数据库中字段_转大写
程序员文章站
2022-04-14 09:18:41
...
解决数据库中_字段映射不到实体类
博主采用的mybatis框架,只需要在配置文件中配置下,所以带下划线的数据库字段都能映射到实体类了
# mybatis 下划线转驼峰配置,两者都可以
#mybatis.configuration.mapUnderscoreToCamelCase=true
mybatis.configuration.map-underscore-to-camel-case=true