jar

me.zhyd.houtu : HouTu

Maven & Gradle

Oct 27, 2021

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

Table Of Contents

Latest Version

Download me.zhyd.houtu : HouTu JAR file - Latest Versions:

All Versions

Download me.zhyd.houtu : HouTu JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window HouTu-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.zhyd.houtu.util

├─ me.zhyd.houtu.util.CloseableUtil.class - [JAR]

├─ me.zhyd.houtu.util.DbUtil.class - [JAR]

├─ me.zhyd.houtu.util.FreemarkerUtil.class - [JAR]

├─ me.zhyd.houtu.util.ListUtil.class - [JAR]

├─ me.zhyd.houtu.util.StringUtils.class - [JAR]

├─ me.zhyd.houtu.util.TemplateUtil.class - [JAR]

me.zhyd.houtu.core

├─ me.zhyd.houtu.core.GeneratorHelper.class - [JAR]

me.zhyd.houtu.consts

├─ me.zhyd.houtu.consts.GeneratorConst.class - [JAR]

me.zhyd.houtu.exception

├─ me.zhyd.houtu.exception.GeneratorException.class - [JAR]

me.zhyd.houtu.config

├─ me.zhyd.houtu.config.Config.class - [JAR]

├─ me.zhyd.houtu.config.JdbcType.class - [JAR]

├─ me.zhyd.houtu.config.TypeMapping.class - [JAR]

me.zhyd.houtu.entity

├─ me.zhyd.houtu.entity.Column.class - [JAR]

├─ me.zhyd.houtu.entity.Table.class - [JAR]

├─ me.zhyd.houtu.entity.Template.class - [JAR]

me.zhyd.houtu

├─ me.zhyd.houtu.Generator.class - [JAR]

├─ me.zhyd.houtu.GeneratorApplication.class - [JAR]