DOC

com.centit.framework : framework-system-parent

Maven & Gradle

Jan 13, 2021
13 stars

com.centit.framework:framework-system-parent · 设计了一套兼容基础用户、组织机构和功能权限、数据权限体系的系统维护页面,作为公司内部研发的基础平台。

Table Of Contents

Latest Version

Download com.centit.framework : framework-system-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement