spring: application: name: ocloud-server servlet: multipart: max-file-size: 20MB max-request-size: 25MB main: allow-bean-definition-overriding: true allow-circular-references: true mvc: pathmatch: matching-strategy: ant_path_matcher profiles: active: local # active: dev server: port: 8081