Fancy
2024-09-04 86d8700e7776bf44b8fb90df1823daf147a13b27
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