spring boot的配置文件

1.声明bean可以重复定义

spring.main.allow-bean-definition-overriding=true

2.数据库和bean映射驼峰命名

mybatis.configuration.map-underscore-to-canel-case=true

原文地址:https://www.cnblogs.com/huqi96/p/14385343.html