Browse Source

服务端口号修改

fuyuchuan 3 months ago
parent
commit
9635ba22a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service-oa/service-oa-biz/src/main/resources/bootstrap.yml

+ 1 - 1
service-oa/service-oa-biz/src/main/resources/bootstrap.yml

@@ -1,6 +1,6 @@
 # Tomcat
 server:
-  port: 9889
+  port: 8100
 
 # Spring
 spring: