yourName 1 năm trước cách đây
mục cha
commit
388efd51b5

+ 4 - 1
.gitignore

@@ -6,7 +6,10 @@ rebel.xml
 out/artifacts/
 dil-api.iml
 src/test
-
+/src/main/resources/application-dev.yml
+/src/main/resources/application-prod.yml
+/src/main/resources/bootstrap.yml
+.gitignore
 # Compiled class file
 *.class
 

+ 4 - 4
src/main/resources/application-dev.yml

@@ -28,7 +28,7 @@ spring:
 
 
 server:
-  port: 8080
+  port: 9999
   tomcat:
     max-threads: 1000
     accept-count: 800
@@ -41,7 +41,7 @@ openfeign:
   ColumnDataFeign:
     url: ${COLUMNDATAFEIGN_URL:172.16.90.214:8083}
   AmsFeign:
-    url: ${AMSFEIGN_URL:localhost:8079}
+    url: ${AMSFEIGN_URL:localhost:9996}
   BmsFeign:
     url: ${BMSFEIGN_URL:localhost:8078}
   TmsFeign:
@@ -57,9 +57,9 @@ openfeign:
   OTMSFeign:
     url: ${OTMSFEIGN_URL:localhost:8038}
   EmsFeign:
-    url: ${TMSFEIGN_URL:localhost:8096}
+    url: ${TMSFEIGN_URL:localhost:9997}
   WebSocketFeign:
-    url: ${WEBSOCKETFEIGN_URL:localhost:8000}
+    url: ${WEBSOCKETFEIGN_URL:localhost:9998}
   SSOFeign:
     url: ${SSOFEIGN_URL:172.16.90.214:9001}
 

+ 4 - 4
src/main/resources/application-prod.yml

@@ -12,7 +12,7 @@ spring:
       request-timeout: 15000
 
 server:
-  port: 8080
+  port: 9999
   tomcat:
     max-threads: 1000
     accept-count: 800
@@ -26,7 +26,7 @@ openfeign:
   ColumnDataFeign:
     url: ${COLUMNDATAFEIGN_URL:172.16.90.214:8083}
   AmsFeign:
-    url: ${AMSFEIGN_URL:172.16.90.214:8079}
+    url: ${AMSFEIGN_URL:172.16.90.214:9996}
   BmsFeign:
     url: ${BMSFEIGN_URL:172.16.90.214:8078}
   TmsFeign:
@@ -42,11 +42,11 @@ openfeign:
   OTMSFeign:
     url: ${OTMSFEIGN_URL:172.16.90.214:8038}
   EmsFeign:
-    url: ${TMSFEIGN_URL:172.16.90.214:8096}
+    url: ${TMSFEIGN_URL:172.16.90.214:9997}
   SSOFeign:
     url: ${SSOFEIGN_URL:172.16.90.214:9001}
   WebSocketFeign:
-    url: ${WEBSOCKETFEIGN_URL:172.16.90.214:8000}
+    url: ${WEBSOCKETFEIGN_URL:172.16.90.214:9998}
 
 
 #远程调用