mirror of
https://gitee.com/elegant_wings/xiongan-meeting.git
synced 2025-06-21 04:59:36 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b7554338cd
@ -16,7 +16,7 @@ logging:
|
||||
#org.wf.jwtp: debug
|
||||
spring:
|
||||
application:
|
||||
name: SaaS-ICS
|
||||
name: SaaS-ICS
|
||||
# 资源信息
|
||||
messages:
|
||||
# 国际化资源文件路径
|
||||
@ -76,7 +76,7 @@ jwtp:
|
||||
## 拦截路径,默认是/**
|
||||
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不限制
|
||||
max-token: 1
|
||||
## url自动对应权限方式,0 简易模式,1 RESTful模式
|
||||
@ -95,6 +95,8 @@ mybatis-plus:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user