Browse Source

修改项目地址

chenjx 5 years ago
parent
commit
8180c0c88a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/main/resources/application.yml

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

@@ -28,7 +28,7 @@ spring:
         ## Redis服务器地址
         host: 127.0.0.1
         ## Redis服务器连接端口
-        port: 56379
+        port: 6379
         ## Redis服务器连接密码(默认为空)
         password:
         jedis:
@@ -64,10 +64,10 @@ server:
     tomcat:
         uri_encoding: UTF-8
     port: 8008
-    context-path: /EIS
+    context-path: /EIS_T
 action:
-    api_action: /EIS/api
-    public_actions: /EIS/logout,/EIS/hello1
+    api_action: /EIS_T/api
+    public_actions: /EIS_T/logout,/EIS_T/hello1
 logging:
   level:
     org: