mybaties只能驼峰映射,怎么可能,虐渣渣。(springboot)

项目中碰到一个装逼的,mybaties只能把数据库映射成驼峰,execuse me?

作为现在市场已经普及通用的框架,如果连这种基本问题都不能解决,那么它的普及率不会那么高。用了不到一个小时,就搞定了。项目是springboot的,所以接下来以springboot背景讲述。

mybatis-plus:
  configuration:
    map-underscore-to-camel-case: false  

 在mybaties相关配置中添加:map-underscore-to-camel-case,true是启动驼峰。

posted @ 2020-05-28 17:44  Ivy_Xu  阅读(205)  评论(0编辑  收藏  举报