com.sgota.tools:tkcg

Code Generator

License

License

GroupId

GroupId

com.sgota.tools
ArtifactId

ArtifactId

tkcg
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

com.sgota.tools:tkcg
Code Generator
Project URL

Project URL

https://github.com/sgota/tkcg
Source Code Management

Source Code Management

https://github.com/sgota/tkcg

Download tkcg

Filename Size
tkcg-2.0.0.pom 9 KB
Browse

How to add to project

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

Dependencies

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

Project Modules

  • tkcg-core
  • tkcg-cmd

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
2.0.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0