SpringBoot中mybatis配置mybatis.configuration.map-underscore-to-camel-case=true自动转换驼峰标识没有生效

SpringBoot中mybatis配置mybatis.configuration.map-underscore-to-camel-case=true自动转换驼峰标识没有生效
查找原来是项目中使用了多数据源导致配置没有生效
解决方法:
http://yayihouse.com/yayishuwu/chapter/2338

你可能感兴趣的:(mybatis)