mybatis 将表字段转驼峰命名 如:user_name 转成 userName

mybaits.xml 文档内容如下:




    
     

 

 

 

yml文件配置: 

 

mybatis: 
  mapper-locations: classpath:mapping/*.xml
  config-location: classpath:mybatis/mybatis.xml

 

 

更多参考:

https://www.cnblogs.com/jiftle/p/9700436.html

你可能感兴趣的:(java)