数据库下划线实体类驼峰对应
@Column无效,结果为空
**配置文件中加入:
mybatis.configuration.mapUnderscoreToCamelCase=true
或
mybatis.configuration.map-underscore-to-camel-case=true
**
**配置文件中加入:
mybatis.configuration.mapUnderscoreToCamelCase=true
或
mybatis.configuration.map-underscore-to-camel-case=true
**