DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download me.zhyd.houtu : HouTu Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file HouTu-1.0.1-javadoc.jar to HouTu-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder HouTu-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "HouTu-1.0.1-sources.jar" -d "HouTu-1.0.1-javadoc" -subpackages