修改:
1.修改检查账号权限的ErrorCode枚举值 2.修改拦截器通配符 3.修改 sql 日志打印
This commit is contained in:
@@ -42,7 +42,7 @@ server:
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: false
|
||||
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
log-impl: org.apache.ibatis.logging.log4j2.Log4j2Impl
|
||||
log-sql:
|
||||
default-executor-type: batch
|
||||
global-config:
|
||||
@@ -108,19 +108,5 @@ sa-token:
|
||||
# 是否输出操作日志
|
||||
is-log: true
|
||||
|
||||
|
||||
# security配置,如果使用了Spring security或者satoken需要添加排除路径
|
||||
security:
|
||||
# 排除路径
|
||||
excludes:
|
||||
- /*.html
|
||||
- /**/*.html
|
||||
- /**/*.css
|
||||
- /**/*.js
|
||||
- /favicon.ico
|
||||
- /error/**
|
||||
#swagger文档和knife4j的路径
|
||||
- /v3/api-docs/**
|
||||
- /doc.html/**
|
||||
md5:
|
||||
salt: (-FhqvXO,wMz
|
||||
Reference in New Issue
Block a user