提交 51b669a0 作者: 余乾开

Merge branch 'develop'

...@@ -17,4 +17,4 @@ patches: ...@@ -17,4 +17,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newTag: 4d5fd1249bf564a946614432c0aa37280b9712d6 newTag: c0a84142d766d9b4441e2ad31ded34a3d8172f8d
...@@ -45,6 +45,8 @@ public class TokenCheckHandleInterceptor implements HandlerInterceptor { ...@@ -45,6 +45,8 @@ public class TokenCheckHandleInterceptor implements HandlerInterceptor {
// if (loginSuccessDTO != null){ // if (loginSuccessDTO != null){
// request.setAttribute("userAccountId", loginSuccessDTO.getUserAccountId()); // request.setAttribute("userAccountId", loginSuccessDTO.getUserAccountId());
// } // }
//test
return true; return true;
} }
......
...@@ -51,7 +51,7 @@ spring: ...@@ -51,7 +51,7 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
#Redis #Redis
redis: redis:
database: 0 database: 1
host: redis.default host: redis.default
password: MMC@2022&REDIS password: MMC@2022&REDIS
port: 6379 port: 6379
......
...@@ -52,7 +52,7 @@ spring: ...@@ -52,7 +52,7 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
#Redis #Redis
redis: redis:
database: 0 database: 1
host: r-wz9ke310fs684hacn1pd.redis.rds.aliyuncs.com host: r-wz9ke310fs684hacn1pd.redis.rds.aliyuncs.com
password: MMC@2022&REDIS password: MMC@2022&REDIS
port: 6379 port: 6379
......
...@@ -51,7 +51,7 @@ spring: ...@@ -51,7 +51,7 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
#Redis #Redis
redis: redis:
database: 0 database: 1
host: redis.default host: redis.default
password: MMC@2022&REDIS password: MMC@2022&REDIS
port: 6379 port: 6379
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论