Ver código fonte

【奥维-赛力斯】

DINGYL 2 semanas atrás
pai
commit
36bc4dc4e3

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

@@ -21,7 +21,7 @@ spring:
 server:
     tomcat:
         uri_encoding: UTF-8
-    context-path: /eis_aow_api
+    context-path: /EIS_AOW
     port: 8187
 
 action:

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

@@ -21,7 +21,7 @@ spring:
 server:
     tomcat:
         uri_encoding: UTF-8
-    context-path: /eis_aow_api
+    context-path: /EIS_AOW
     port: 8187
 
 action:

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

@@ -1,6 +1,6 @@
 spring:
     profiles:
-        active: dev
+        active: prod
     http:
         encoding:
             force: true