generator-code-integration


Лицензия

Лицензия

Группа

Группа

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

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

generator-code-integration
Последняя версия

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

1.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

generator-code-integration
generator-code-integration
Ссылка на сайт

Ссылка на сайт

https://github.com/fartherp/generator-code-integration
Система контроля версий

Система контроля версий

https://github.com/fartherp/generator-code-integration

Скачать generator-code-integration

Имя Файла Размер
generator-code-integration-1.0.2.pom 18 KB
Обзор

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • generatorcode-framework
  • generatorcode-pos
  • generatorcode-ppms
  • generatorcode-plt
  • generatorcode-operationplatform
  • generatorcode-openservice

自定义代码集成

底层依赖

<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