@@ -58,7 +58,7 @@ public interface CommonConstant {
/**
* 默认密码
*/
- String DEFAULT_PASSWORD = "123456";
+ String DEFAULT_PASSWORD = "1%Uw@346";
* 默认密码参数值
@@ -44,7 +44,7 @@ public interface TenantConstant {
* 租户默认密码
* 租户授权码默认16位密钥
@@ -190,9 +190,9 @@ blade:
#token配置
token:
#是否有状态
- state: false
+ state: true
#是否单用户登录
- single: false
+ single: true
#单用户登录范围
single-level: all
#token签名
@@ -241,8 +241,8 @@ blade:
secure:
#接口放行
skip-url:
- - /blade-test/**
- - /yuecai-wx/**
+ #- /blade-test/**
+ - /yuecai-wx/member/login
#授权认证配置
auth:
- method: ALL