数据库:mysql
项目:springboot,mybatis-plus
表中字段名带有下划线,实体类设计时应按驼峰命名规则,如:
字段名xxx_yyy
实体类xxxYyy
配置文件application.properties中
mybatis-plus.configuration.map-underscore-to-camel-case=true
数据库:mysql
项目:springboot,mybatis-plus
表中字段名带有下划线,实体类设计时应按驼峰命名规则,如:
字段名xxx_yyy
实体类xxxYyy
配置文件application.properties中
mybatis-plus.configuration.map-underscore-to-camel-case=true