Commit fcf76bca601264930016588530a7a8548accd591

Authored by 2c2c2c
1 parent 509f3d2e

mybatisplus 日志

Bsth-admin/src/main/resources/application-druid-lingangPrd.yml
... ... @@ -163,6 +163,8 @@ mybatis-plus:
163 163 mapperLocations: classpath*:mapper/**/*Mapper.xml
164 164 # 加载全局的配置文件
165 165 configLocation: classpath:mybatis/mybatis-config.xml
  166 + configuration:
  167 + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
166 168 # Swagger配置
167 169 swagger:
168 170 # 是否开启swagger
... ...