Fancy
2024-07-29 d175d9c401fb97ebe6a580005a8c9ad5fedccb6b
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