pms-parent/pms-global/src/main/resources/application-global.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pms-parent/pms-web-product/src/main/resources/application.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pms-parent/pms-global/src/main/resources/application-global.yml
@@ -63,7 +63,7 @@ platform: webPort: 12346 idSuffix: 3 product: production: webPort: 12347 idSuffix: 4 other: pms-parent/pms-web-product/src/main/resources/application.yml
@@ -4,11 +4,11 @@ #web服务端口,tomcat默认是8080 server: port: ${pms.product.webPort} port: ${pms.production.webPort} servlet: context-path: /product #web访问上下文路径 context-path: /production #web访问上下文路径 context-parameters: #GenerateIdSetSuffixListener中应用,取值范围是0-99 idSuffix: ${pms.product.idSuffix} idSuffix: ${pms.production.idSuffix} #ConfigListener中应用 #configFileNames: config-global.xml,config-demo.xml