开启驼峰命名转换:
mapUnderscoreToCamelCase: true
我的是mtybatis配置开启驼峰命名转换不生效,还需要在MyBatisConfig中配置
// 配置mybatis自动转驼峰 生效
sessionFactory.getObject().getConfiguration().setMapUnderscoreToCamelCase(true);
开启驼峰命名转换:
mapUnderscoreToCamelCase: true
我的是mtybatis配置开启驼峰命名转换不生效,还需要在MyBatisConfig中配置
// 配置mybatis自动转驼峰 生效
sessionFactory.getObject().getConfiguration().setMapUnderscoreToCamelCase(true);