Springboot整合mybatis配置下划线转驼峰
1、通过application.properties配置文件
mybatis.configuration.mapUnderscoreToCamelCase=true
mybatis.configuration.map-underscore-to-camel-case=true
#以上两种方式根据自己IDE版本选择其中一种进行配置即可
2、通过@configuration注解配置的方式
@Bean...
原创
2019-09-24 11:36:05 ·
3922 阅读 ·
0 评论