@@ -79,7 +79,7 @@ management:
|
||||
logging:
|
||||
level:
|
||||
# 配置自己写的 MyBatis Mapper 打印日志
|
||||
${basePackage}.module.${packageName}.dal.mysql: debug
|
||||
${basePackage}.module.${packageName}.dal.dao: debug
|
||||
org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR
|
||||
|
||||
mybatis-plus:
|
||||
|
||||
@@ -112,7 +112,7 @@ logging:
|
||||
name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径
|
||||
level:
|
||||
# 配置自己写的 MyBatis Mapper 打印日志
|
||||
${basePackage}.${packageName}.dal.mysql: debug
|
||||
${basePackage}.${packageName}.dal.dao: debug
|
||||
|
||||
--- #################### 芋道相关配置 ####################
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ logging:
|
||||
name: ${user.home}/logs/${spring.application.name}.log # 日志文件名,全路径
|
||||
level:
|
||||
# 配置自己写的 MyBatis Mapper 打印日志
|
||||
${basePackage}.${packageName}.dal.mysql: debug
|
||||
${basePackage}.${packageName}.dal.dao: debug
|
||||
root: info
|
||||
|
||||
--- #################### 芋道相关配置 ####################
|
||||
|
||||
Reference in New Issue
Block a user