generator-code-integration


License

License

GroupId

GroupId

com.github.fartherp
ArtifactId

ArtifactId

generator-code-integration
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

generator-code-integration
generator-code-integration
Project URL

Project URL

https://github.com/fartherp/generator-code-integration
Source Code Management

Source Code Management

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

Download generator-code-integration

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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,使用泛型可以在编码时控制错误,核心贯穿整个项目

Versions

Version
1.0.2
1.0.1
1.0.0