Mybatis代码自动生成
Posted Cristin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mybatis代码自动生成相关的知识,希望对你有一定的参考价值。
<!-- https://mvnrepository.com/artifact/org.mybatis.generator/mybatis-generator-core -->
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-core</artifactId>
<version>1.3.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mybatis.generator/mybatis-generator-maven-plugin -->
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator-maven-plugin</artifactId>
<version>1.3.5</version>
</dependency>
以上是关于Mybatis代码自动生成的主要内容,如果未能解决你的问题,请参考以下文章
使用Mybatis Generator自动生成Mybatis相关代码