[ Service ] [ Executor ] 初步重构Executor部分的代码
This commit is contained in:
@@ -83,14 +83,16 @@ mybatis-plus:
|
||||
banner: false
|
||||
configuration:
|
||||
# 希望知道所有的sql是怎么执行的, 配置输出日志
|
||||
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
# 数据库下划线--实体类也是下划线 需要为false
|
||||
map-underscore-to-camel-case: true
|
||||
# 一级缓存的 缓存级别默认为 session,如果要关闭一级缓存可以设置为 statement
|
||||
local-cache-scope: session
|
||||
# 是否开启二级缓存
|
||||
cache-enabled: false
|
||||
# 分页插件配置
|
||||
interceptor: com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor
|
||||
# 默认地址为 classpath*:/mapper/**/*.xml
|
||||
# mapper-locations: classpath*:/real-mappers/**/*.xml
|
||||
|
||||
@@ -162,6 +164,6 @@ oss:
|
||||
# 开启debug模式
|
||||
logging:
|
||||
level:
|
||||
io.wdd: debug
|
||||
io.wdd.rpc.execute: debug
|
||||
debug: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user