DOC

com.houkunlin : system-dict-starter

Maven & Gradle

Dec 12, 2022
28 stars

system-dict-starter · 系统数据字典自动翻译成字典文本。可集合系统数据库中存储的用户数据字典,也可使用枚举做系统数据字典,主要用在返回数据给前端时自动把字典值翻译成字典文本信息; The system data dictionary is automatically translated into dictionary text. The user data dictionary stored in the system database can be aggregated, and the enumeration can also be used as the system data dictionary. It is mainly used to automatically translate dictionary values into dictionary text information when returning data to the front end.

Table Of Contents

Latest Version

Download com.houkunlin : system-dict-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download com.houkunlin : system-dict-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.4.x
1.3.x

How to open Javadoc JAR file in web browser

  1. Rename the file system-dict-starter-1.4.11-javadoc.jar to system-dict-starter-1.4.11-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder system-dict-starter-1.4.11-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 "system-dict-starter-1.4.11-sources.jar" -d "system-dict-starter-1.4.11-javadoc" -subpackages