Commit ff8c38b2b29593bd2650a6fde104825e7db05652

Authored by 2c
2 parents 71f218a5 fcf76bca

Merge remote-tracking branch 'origin/lingang-dev-20250102' into lingang-dev-20250102

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