美文网首页
解决表字段使用关键字导致 Mybatis Generator 生

解决表字段使用关键字导致 Mybatis Generator 生

作者: Stefango | 来源:发表于2018-12-24 23:35 被阅读0次

    方法一: 老老实实地滚去在 xxxmapper.java 中自定义接口,然后在接口上面优雅地使用注解或者在 xxxmapper.xml 中自定义 sql 语句
    方法二: 修改 Mybatis Generator 配置文件,--->http://blog.itfsw.com/2017/05/23/jiejue-biao-ziduan-shiyong-guanjianzi-daozhi-mybatis-generator-shengcheng-daima-yichang-de-jiejue-fangan/
    注:如下图所示,使用方法二要注意在表名为关键字(如: order)时,我们需要优雅地使用ctrl+R,手动为表名添加反引号。

    image.png

    附:官方文档http://www.mybatis.org/generator/configreference/context.html

    相关文章

      网友评论

          本文标题:解决表字段使用关键字导致 Mybatis Generator 生

          本文链接:https://www.haomeiwen.com/subject/mwotlqtx.html