liurunyu
2023-12-04 d6670149331bbdeda4b0573927c13d36225a09c1
pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml
@@ -5,15 +5,15 @@
#actutor的web端口
management:
    server:
        port: 9000
        port: ${pipIrr.demo.actutorPort}
#web服务端口,tomcat默认是8080
server:
    port: 8000
    port: ${pipIrr.demo.webPort}
    servlet:
        context-path: /demo #web访问上下文路径
        context-parameters:
            #GenerateIdSetSuffixListener中应用,取值范围是0-99
            idSuffix: 1
            idSuffix: ${pipIrr.demo.idSuffix}
            #ConfigListener中应用
            #configFileNames: config-global.xml,config-demo.xml