Browse Source

api服务端口冲突,fix

wangqi49 1 week ago
parent
commit
63744b99ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webchat-api/src/main/resources/application.yml

+ 1 - 1
webchat-api/src/main/resources/application.yml

@@ -1 +1 @@
-server:
  port: 8025
+server:
  port: 8026