Explorar el Código

添加context-path

luhg hace 7 años
padre
commit
f40dbf7be2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/main/resources/application.yml

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

@@ -28,7 +28,7 @@ spring:
     message:
     message:
         encoding: UTF-8
         encoding: UTF-8
     jpa:
     jpa:
-      show-sql: true
+      show-sql: false
       hibernate:
       hibernate:
         ddl-auto: update
         ddl-auto: update
       database: oracle
       database: oracle
@@ -37,6 +37,7 @@ server:
     tomcat:
     tomcat:
         uri_encoding: UTF-8
         uri_encoding: UTF-8
     port: 8008
     port: 8008
+    context-path: /EIS
 action:
 action:
     api_action: /EIS/api
     api_action: /EIS/api
     public_actions: /EIS/logout,/EIS/hello1
     public_actions: /EIS/logout,/EIS/hello1