Commit ca6c6900 by Future

anon

parent a55187e4
...@@ -180,7 +180,7 @@ spring-boot-plus: ...@@ -180,7 +180,7 @@ spring-boot-plus:
######################## Spring Shiro start ######################## ######################## Spring Shiro start ########################
shiro: shiro:
# 是否启用 # 是否启用
enable: false enable: true
# 权限配置 # 权限配置
anon: anon:
# 排除登录 注册 登出 # 排除登录 注册 登出
...@@ -202,10 +202,7 @@ spring-boot-plus: ...@@ -202,10 +202,7 @@ spring-boot-plus:
# 服务端rest-API # 服务端rest-API
- /server/** - /server/**
# 用户注册登录 # 用户注册登录
- /user/register - /user/register, /user/login, /user/resetPassword, /user/checkPhone
- /user/login
- /user/resetPassword
- /user/checkPhone
# 发送短信验证码 # 发送短信验证码
- /verify/** - /verify/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment