Administrator
2024-02-26 b5b296cc01699f96029b07073fe9d0078bedd445
pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/resources/application.yml
@@ -5,12 +5,12 @@
#actutor的web端口
management:
  server:
    port: ${pipIrr.project.actutorPort}
    port: ${pipIrr.webchat.actutorPort}
#web服务端口,8086
server:
  port: ${pipIrr.webchat.webPort}
  servlet:
    context-path: /webchat #web访问上下文路径
    context-path: /webchat #webchat访问上下文路径
    context-parameters:
      #GenerateIdSetSuffixListener中应用,取值范围是0-99
      idSuffix: ${pipIrr.webchat.idSuffix}