HCodeRunner 2016-11-01 01:43 采纳率: 20%
浏览 2534

使用Mybatis-Generator出错,找不到is_autoincrement列……

图片说明

<classPathEntry  location="WebContent\WEB-INF\lib\mysql-connector-java-5.0.3-bin.jar"/>  
<context id="DB2Tables"  targetRuntime="MyBatis3">  
    <commentGenerator>  
        <property name="suppressDate" value="true"/>  
        <!-- 是否去除自动生成的注释 true:是 : false:否 -->  
        <property name="suppressAllComments" value="true"/>  
    </commentGenerator>  
    <!--数据库链接URL,用户名、密码 -->  
    <jdbcConnection driverClass="com.mysql.jdbc.Driver" connectionURL="jdbc:mysql://localhost:3306/cy11" userId="root" password="root">  
    </jdbcConnection>  
    <javaTypeResolver>  
        <property name="forceBigDecimals" value="false"/>  
    </javaTypeResolver>  
    <!-- 生成模型的包名和位置-->  
    <javaModelGenerator targetPackage="com.shuai.model" targetProject="springmvc02">  
        <property name="enableSubPackages" value="true"/>  
        <property name="trimStrings" value="true"/>  
    </javaModelGenerator>  
    <!-- 生成映射文件的包名和位置-->  
    <sqlMapGenerator targetPackage="com.shuai.model" targetProject="springmvc02">  
        <property name="enableSubPackages" value="true"/>  
    </sqlMapGenerator>  
    <!-- 生成DAO的包名和位置-->  
    <javaClientGenerator type="XMLMAPPER" targetPackage="com.shuai.dao" targetProject="springmvc02">  
        <property name="enableSubPackages" value="true"/>  
    </javaClientGenerator>  
    <!-- 要生成哪些表-->  
    <table tableName="book" domainObjectName="Book" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>  
    <table tableName="section" domainObjectName="Section" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>  
    <table tableName="subject" domainObjectName="Subject" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>  
</context>  
  • 写回答

1条回答 默认 最新

  • GEEK JUMP 全栈领域新星创作者 2016-11-10 05:03
    关注

    推荐你在eclipse里面添加mybatis逆向工程插件的方式,比你这个命令行方便。
    http://download.csdn.net/detail/xyz_dream/9676672

    评论

报告相同问题?

悬赏问题

  • ¥15 C++使用Gunplot
  • ¥15 这个电路是如何实现路灯控制器的,原理是什么,怎么求解灯亮起后熄灭的时间如图?
  • ¥15 matlab数字图像处理频率域滤波
  • ¥15 在abaqus做了二维正交切削模型,给刀具添加了超声振动条件后输出切削力为什么比普通切削增大这么多
  • ¥15 ELGamal和paillier计算效率谁快?
  • ¥15 file converter 转换格式失败 报错 Error marking filters as finished,如何解决?
  • ¥15 Arcgis相交分析无法绘制一个或多个图形
  • ¥15 关于#r语言#的问题:差异分析前数据准备,报错Error in data[, sampleName1] : subscript out of bounds请问怎么解决呀以下是全部代码:
  • ¥15 seatunnel-web使用SQL组件时候后台报错,无法找到表格
  • ¥15 fpga自动售货机数码管(相关搜索:数字时钟)