修改bootstrap.yml文件
parent
a8f02d8276
commit
3ad757d3ed
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue