MyBatis开启驼峰转换下划线发布于 2020-12-11 2090 次阅读# yml配置文件 mybatis: configuration: # 开启自动下划线格式转驼峰格式 map-underscore-to-camel-case: true
Comments | NOTHING