pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml
@@ -5,10 +5,10 @@
#actutor的web端口
management:
    server:
        port: 9080
        port: ${pipIrr.base.actutorPort}
#web服务端口,tomcat默认是8080
server:
    port: 8080
    port: ${pipIrr.base.webPort}
    servlet:
        context-path: /base #web访问上下文路径
        context-parameters: