Commit ca6c6900 by Future

anon

parent a55187e4
......@@ -180,7 +180,7 @@ spring-boot-plus:
######################## Spring Shiro start ########################
shiro:
# 是否启用
enable: false
enable: true
# 权限配置
anon:
# 排除登录 注册 登出
......@@ -202,10 +202,7 @@ spring-boot-plus:
# 服务端rest-API
- /server/**
# 用户注册登录
- /user/register
- /user/login
- /user/resetPassword
- /user/checkPhone
- /user/register, /user/login, /user/resetPassword, /user/checkPhone
# 发送短信验证码
- /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