diff --git a/nxhs-service/pom.xml b/nxhs-service/pom.xml index 0ecd006..a2e098c 100644 --- a/nxhs-service/pom.xml +++ b/nxhs-service/pom.xml @@ -76,30 +76,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + src/main/resources + + application-*.yml + logback-*.xml + + false + + + + src/main/resources + + application.yml + + true + + + src/main/resources + + application-${environment}.yml + logback-${environment}.xml + + false + + \ No newline at end of file diff --git a/nxhs-service/src/main/resources/application.yml b/nxhs-service/src/main/resources/application.yml index dd4b0fb..44903f7 100644 --- a/nxhs-service/src/main/resources/application.yml +++ b/nxhs-service/src/main/resources/application.yml @@ -28,8 +28,8 @@ spring: application: name: nxhs-service profiles: - active: dev - # active: '@environment@' +# active: 'prod' + active: '@environment@' servlet: multipart: #文件传输配置 max-file-size: 100MB #单个数据大小限制