1 分钟
tk.mybatis 使用
注意事项
- Model仅支持包装类、不支持基本数据类型
- 驼峰下划线映射,不仅要配置
mapper.style=camelhump
还需要配置mybatis.configuration.map-underscore-to-camel-case=true
手写sql可能报错
1 分钟
注意事项
mapper.style=camelhump
还需要配置mybatis.configuration.map-underscore-to-camel-case=true
手写sql可能报错