Commit ff8c38b2b29593bd2650a6fde104825e7db05652
Merge remote-tracking branch 'origin/lingang-dev-20250102' into lingang-dev-20250102
Showing
1 changed file
with
2 additions
and
0 deletions
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 | ... | ... |