|
|
@@ -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:
|