DOC

org.docshare : YangMVCBoot

Maven & Gradle

Dec 18, 2022

YangMVCBoot · YangMVC is an efficient, fast, convenient, easy to learn, easy to use MVC framework and ORM framework. Use yangmvc-boot is something like spring-boot . Call ServerMain.main(args); in your main method can start a server.

Table Of Contents

Latest Version

Download org.docshare : YangMVCBoot Javadoc & API Documentation - Latest Versions:

All Versions

Download org.docshare : YangMVCBoot Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2022.12.x

How to open Javadoc JAR file in web browser

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

Advertisement