ycl-server/src/main/resources/application-prod.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ycl-server/src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ycl-server/src/main/resources/application-prod.yml
@@ -1,7 +1,7 @@ # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 port: 8080 port: 8085 servlet: # 应用的访问路径 context-path: /zgyw @@ -96,5 +96,11 @@ subscriptionConnectionPoolSize: 50 # Swagger配置 swagger: # 是否开启swagger enabled: true # 请求前缀 pathMapping: /prod-api ycl-server/src/main/resources/application.yml
@@ -19,7 +19,7 @@ # 国际化资源文件路径 basename: i18n/messages profiles: active: prod active: dev main: allow-circular-references: true allow-bean-definition-overriding: true