liurunyu
6 天以前 e8937f27fce194d015ce6c27d286e7fc89f5e580
1
2
3
4
5
6
7
8
9
10
11
12
#actutor的web端口
management:
    server:
        port: ${pipIrr.remote.actutorPort}
#web服务端口,tomcat默认是8081
server:
    port: ${pipIrr.remote.webPort}
    servlet:
        context-path: /remote #web访问上下文路径
        context-parameters:
            #GenerateIdSetSuffixListener中应用,取值范围是0-99
            idSuffix: ${pipIrr.remote.idSuffix}