mirror of
https://gitee.com/elegant_wings/xiongan-meeting.git
synced 2025-06-21 16:39:36 +08:00
修改对应的枚举和拦截路径
This commit is contained in:
parent
47fcf54fc0
commit
4a92ad9d50
@ -76,7 +76,7 @@ jwtp:
|
|||||||
## 拦截路径,默认是/**
|
## 拦截路径,默认是/**
|
||||||
path: /**
|
path: /**
|
||||||
## 排除拦截路径,默认无
|
## 排除拦截路径,默认无
|
||||||
exclude-path: /admin/login/slide, /business/login/slide, /login/slide,/user/check_code,/captcha/check,/captcha/get,/system/sms/send,/user/register/submit,/wx/login,/wx/login,/user/check_mobile,/user/send_mobile,/user/search_customer,/user/check_code,/user/register,/password/send_mobile,/password/forgot,/auth/login,/social_user_login/login
|
exclude-path: /admin/login/slide, /business/login/slide, /login/slide,/user/check_code,/captcha/check,/captcha/get,/system/sms/send,/user/register/submit,/api/**,/weixin/login,/meeting/roomItemByRoom/**,/social_user_login/login,/wx/**,/wx/login,/user/check_mobile,/user/send_mobile,/user/search_customer,/user/check_code,/user/register,/password/send_mobile,/password/forgot,/auth/login,/social_user_login/login
|
||||||
## 单个用户最大token数,默认-1不限制
|
## 单个用户最大token数,默认-1不限制
|
||||||
max-token: 1
|
max-token: 1
|
||||||
## url自动对应权限方式,0 简易模式,1 RESTful模式
|
## url自动对应权限方式,0 简易模式,1 RESTful模式
|
||||||
@ -95,6 +95,8 @@ mybatis-plus:
|
|||||||
configuration:
|
configuration:
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
cache-enabled: false
|
cache-enabled: false
|
||||||
|
default-enum-type-handler: com.ics.common.handlers.MybatisEnumTypeHandler
|
||||||
|
type-enums-package: com.ics.common.enums,com.ics.admin.domain,com.ics.admin.domain.meeting
|
||||||
|
|
||||||
# 启信宝
|
# 启信宝
|
||||||
qixin:
|
qixin:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user