Bläddra i källkod

5050改成5000

hfxc226 2 år sedan
förälder
incheckning
97d303fe23

+ 1 - 1
platform-rest/src/main/resources/application-dev.yml

@@ -1,6 +1,6 @@
 server:
   # 端口号
-  port: 5050
+  port: 5000
 
 security:
   oauth2:

+ 1 - 1
platform-rest/src/main/resources/application-prod.yml

@@ -1,6 +1,6 @@
 server:
   # 端口号
-  port: 5050
+  port: 5000
 
 security:
   oauth2:

+ 1 - 1
platform-rest/src/main/resources/application-test.yml

@@ -1,6 +1,6 @@
 server:
   # 端口号
-  port: 5050
+  port: 5000
 
 security:
   oauth2: