com.sgota.tools:tkcg-provider-core

Code Generator

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.sgota.tools
ArtifactId

ArtifactId

tkcg-provider-core
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Code Generator

Download tkcg-provider-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.sgota.tools/tkcg-provider-core/ -->
<dependency>
    <groupId>com.sgota.tools</groupId>
    <artifactId>tkcg-provider-core</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sgota.tools/tkcg-provider-core/
implementation 'com.sgota.tools:tkcg-provider-core:1.4.0'
// https://jarcasting.com/artifacts/com.sgota.tools/tkcg-provider-core/
implementation ("com.sgota.tools:tkcg-provider-core:1.4.0")
'com.sgota.tools:tkcg-provider-core:jar:1.4.0'
<dependency org="com.sgota.tools" name="tkcg-provider-core" rev="1.4.0">
  <artifact name="tkcg-provider-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sgota.tools', module='tkcg-provider-core', version='1.4.0')
)
libraryDependencies += "com.sgota.tools" % "tkcg-provider-core" % "1.4.0"
[com.sgota.tools/tkcg-provider-core "1.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.sgota.tools : tkcg-core jar 1.4.0

Project Modules

There are no modules declared in this project.

TKCG

一个代码生成器,使用Java8开发, 配置文件使用YAML格式,模板文件使用FreeMarker格式 通过数据组件和个性化配置,可以用在不同场景中。 生成项目骨架(前端,后端,移动,中间件等,不限语言框架) 生成业务代码(比如Java程序常见的Model,DAO,DTO,Service等)

项目相关地址

项目文档 [https://freedommedal.github.io/tkcg/)

项目Git源码 [https://github.com/freedommedal/tkcg)

联系作者

邮件即可,如果觉得程序不错,希望点击star

com.sgota.tools

Versions

Version
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0