|
@@ -50,7 +50,7 @@ spring:
|
|
|
redis:
|
|
redis:
|
|
|
host: 127.0.0.1
|
|
host: 127.0.0.1
|
|
|
port: 6379
|
|
port: 6379
|
|
|
- database: 0
|
|
|
|
|
|
|
+ database: 1
|
|
|
timeout: 5000
|
|
timeout: 5000
|
|
|
|
|
|
|
|
# dubbo
|
|
# dubbo
|
|
@@ -93,3 +93,5 @@ mybatis-plus:
|
|
|
configuration:
|
|
configuration:
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
|
|
|
|
+links: /auth/login,/kwsUser/resetPassword,/kwsUser/updatePassword,/kwsUser/forgetPassword
|
|
|
|
|
+
|