修改bootstrap.yml文件

master
冷调 2024-08-21 15:59:29 +08:00
parent a8f02d8276
commit 3ad757d3ed
1 changed files with 1 additions and 9 deletions

View File

@ -52,12 +52,4 @@ spring:
- application-xxl-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-xxl-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
# rabbit 配置文件 # rabbit 配置文件
- application-rabbit-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} - application-rabbit-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
#mybatis-plus 配置
mybatis-plus:
#xml文件位置
mapper-locations: classpath:mapper/*.xml
configuration:
#控制台打印信息
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#驼峰配置
map-underscore-to-camel-case: true