com.github.fartherp:generatorcode-operationplatform

generator-code-integration

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

com.github.fartherp
Идентификатор

Идентификатор

generatorcode-operationplatform
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

generator-code-integration

Скачать generatorcode-operationplatform

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.fartherp/generatorcode-operationplatform/ -->
<dependency>
    <groupId>com.github.fartherp</groupId>
    <artifactId>generatorcode-operationplatform</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/generatorcode-operationplatform/
implementation 'com.github.fartherp:generatorcode-operationplatform:1.0.2'
// https://jarcasting.com/artifacts/com.github.fartherp/generatorcode-operationplatform/
implementation ("com.github.fartherp:generatorcode-operationplatform:1.0.2")
'com.github.fartherp:generatorcode-operationplatform:jar:1.0.2'
<dependency org="com.github.fartherp" name="generatorcode-operationplatform" rev="1.0.2">
  <artifact name="generatorcode-operationplatform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='generatorcode-operationplatform', version='1.0.2')
)
libraryDependencies += "com.github.fartherp" % "generatorcode-operationplatform" % "1.0.2"
[com.github.fartherp/generatorcode-operationplatform "1.0.2"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
commons-lang : commons-lang jar 2.6
com.github.fartherp : code-generator-core jar 1.0.2

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.8.8

Модули Проекта

Данный проект не имеет модулей.

自定义代码集成

底层依赖

<dependency>
    <groupId>com.github.fartherp</groupId>
    <artifactId>code-generator-core</artifactId>
</dependency>

目录结构

comment: 代码注解
db: 对应数据库字段/类包名基本信息
java.element: 类元素
java.file: java类集合
xml.mybatis.element: mybatis的xml文件元素
xml.mybatis.mapper: mybatis的xml文件集合
xml.spring.element: spring的xml文件元素
xml.spring.document: spring的xml文件集合
META-INF.generator: key(自定义)=生成代码入口类

核心

项目的核心*Attributes,使用泛型可以在编码时控制错误,核心贯穿整个项目

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0