DOC

org.docshare : yangmvc-boot

Maven & Gradle

Jun 20, 2023

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

All Versions

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

Version Size Javadoc Updated
2023.06.x
2023.02.x
2023.01.x
2022.12.x
2021

How to open Javadoc JAR file in web browser

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