liuxm
2024-06-03 4e254da6b41fb31d3329f8022dab8d8f29180d97
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