| License |
License |
|---|---|
| GroupId | GroupIdme.zhyd.houtu |
| ArtifactId | ArtifactIdHouTu |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHouTu
HouTu,一款基于MySQL的简单易用又功能强大的代码生成工具。取名后土,后土又名後土,源于母系社会自然崇拜中的土地与女性崇拜。其掌阴阳,育万物,因此被称为大地之母。本项目取名HouTu,取义“育万物”之意,通过定制Freemarker模板,可能生成任意结构化的代码,如
DO、Mapper、XML、Service、Controller、SQL、Html等等,只要你能写出模板,HouTu就能交付给你成品代码。
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| HouTu-1.0.1.pom | |
| HouTu-1.0.1.jar | 35 KB |
| HouTu-1.0.1-sources.jar | 19 KB |
| HouTu-1.0.1-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.zhyd.houtu/HouTu/ -->
<dependency>
<groupId>me.zhyd.houtu</groupId>
<artifactId>HouTu</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.zhyd.houtu/HouTu/
implementation 'me.zhyd.houtu:HouTu:1.0.1'
// https://jarcasting.com/artifacts/me.zhyd.houtu/HouTu/
implementation ("me.zhyd.houtu:HouTu:1.0.1")
'me.zhyd.houtu:HouTu:jar:1.0.1'
<dependency org="me.zhyd.houtu" name="HouTu" rev="1.0.1">
<artifact name="HouTu" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.zhyd.houtu', module='HouTu', version='1.0.1')
)
libraryDependencies += "me.zhyd.houtu" % "HouTu" % "1.0.1"
[me.zhyd.houtu/HouTu "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.19 |
| org.freemarker : freemarker | jar | 2.3.30 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.projectlombok : lombok Optional | jar | 1.18.10 |
| com.google.guava : guava | jar | RELEASE |
| cn.hutool : hutool-all | jar | 5.3.2 |
| com.alibaba : fastjson | jar | 1.2.78 |
| junit : junit | jar | 4.11 |
| org.junit.jupiter : junit-jupiter | jar | RELEASE |
| org.testng : testng | jar | RELEASE |