erm-generator
erm-generator是一个基于ERMaster 文件生成SQL 和 MyBatis 文件的工具,目的是简化DAO层开发,自动生成代码和SQL。
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.javahello |
| Идентификатор | Идентификаторerm-generator |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеerm-generator
erm 文件生成实体类
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| erm-generator-0.0.1.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.javahello/erm-generator/ -->
<dependency>
<groupId>com.github.javahello</groupId>
<artifactId>erm-generator</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javahello/erm-generator/
implementation 'com.github.javahello:erm-generator:0.0.1'
// https://jarcasting.com/artifacts/com.github.javahello/erm-generator/
implementation ("com.github.javahello:erm-generator:0.0.1")
'com.github.javahello:erm-generator:pom:0.0.1'
<dependency org="com.github.javahello" name="erm-generator" rev="0.0.1">
<artifact name="erm-generator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.javahello', module='erm-generator', version='0.0.1')
)
libraryDependencies += "com.github.javahello" % "erm-generator" % "0.0.1"
[com.github.javahello/erm-generator "0.0.1"]
erm-generator是一个基于ERMaster 文件生成SQL 和 MyBatis 文件的工具,目的是简化DAO层开发,自动生成代码和SQL。