MVN

me.zhyd.houtu : HouTu

Maven & Gradle

Oct 27, 2021

HouTu · HouTu,一款基于MySQL的简单易用又功能强大的代码生成工具。取名后土,后土又名後土,源于母系社会自然崇拜中的土地与女性崇拜。其掌阴阳,育万物,因此被称为大地之母。本项目取名HouTu,取义“育万物”之意,通过定制Freemarker模板,可能生成任意结构化的代码,如 DO、Mapper、XML、Service、Controller、SQL、Html等等,只要你能写出模板,HouTu就能交付给你成品代码。

<dependency>
    <groupId>me.zhyd.houtu</groupId>
    <artifactId>HouTu</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.zhyd.houtu : HouTu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of me.zhyd.houtu : HouTu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
HouTu-1.0.1
HouTu-1.0.0

How to add a dependency to Maven

Add the following me.zhyd.houtu : HouTu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.zhyd.houtu</groupId>
    <artifactId>HouTu</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.zhyd.houtu : HouTu gradle dependency to your build.gradle file:

implementation 'me.zhyd.houtu:HouTu:1.0.1'

Gradle Kotlin DSL: Add the following me.zhyd.houtu : HouTu gradle kotlin dependency to your build.gradle.kts file:

implementation("me.zhyd.houtu:HouTu:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.zhyd.houtu : HouTu sbt scala dependency to your build.sbt file:

libraryDependencies += "me.zhyd.houtu" % "HouTu" % "1.0.1"