erm-generator
erm-generator是一个基于ERMaster 文件生成SQL 和 MyBatis 文件的工具,目的是简化DAO层开发,自动生成代码和SQL。
| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools MyBatis Data ORM |
| GroupId | GroupIdcom.github.javahello |
| ArtifactId | ArtifactIderm-generator-mybatis-maven-plugin |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typemaven-plugin |
| Description |
Descriptionerm 文件生成实体类
|
| Source Code Management |
Source Code Management |
<plugin>
<groupId>com.github.javahello</groupId>
<artifactId>erm-generator-mybatis-maven-plugin</artifactId>
<version>0.0.1</version>
</plugin>
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-plugin-api | jar | 3.6.3 |
| com.github.javahello : erm-generator-core | jar | 0.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven : maven-core | jar | 3.6.3 |
| org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.0.2 |
| junit : junit | jar | 4.13.1 |
| org.junit.platform : junit-platform-launcher | jar | 1.0.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.0.2 |
| org.junit.vintage : junit-vintage-engine | jar | 4.12.2 |
| org.apiguardian : apiguardian-api | jar | 1.0.0 |
erm-generator是一个基于ERMaster 文件生成SQL 和 MyBatis 文件的工具,目的是简化DAO层开发,自动生成代码和SQL。