Browse Source

端口调整

lmx 4 days ago
parent
commit
f356d39d25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs-user-app/src/main/resources/application.yml

+ 1 - 1
fs-user-app/src/main/resources/application.yml

@@ -1,7 +1,7 @@
 # 开发环境配置
 server:
   # 服务器的HTTP端口,默认为8113
-  port: 7774
+  port: 8113
 
 # Spring配置
 spring: