jar

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 JAR file - Latest Versions:

All Versions

Download org.docshare : YangMVCBoot JAR file - All Versions:

Version Vulnerabilities Size Updated
2022.12.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window YangMVCBoot-2022.12.16.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.org.docshare.demo

├─ cn.org.docshare.demo.Book.class - [JAR]

├─ cn.org.docshare.demo.ChildController.class - [JAR]

├─ cn.org.docshare.demo.GController.class - [JAR]

├─ cn.org.docshare.demo.IndexController.class - [JAR]

├─ cn.org.docshare.demo.Init.class - [JAR]

├─ cn.org.docshare.demo.MyController.class - [JAR]

├─ cn.org.docshare.demo.MyWebSocketListener.class - [JAR]

├─ cn.org.docshare.demo.TestController.class - [JAR]

org.docshare.boot

├─ org.docshare.boot.ArrayEnum.class - [JAR]

├─ org.docshare.boot.Base.class - [JAR]

├─ org.docshare.boot.DefaultWebSocketListener.class - [JAR]

├─ org.docshare.boot.IpHelper.class - [JAR]

├─ org.docshare.boot.MIME.class - [JAR]

├─ org.docshare.boot.MyWebSocketHandler.class - [JAR]

├─ org.docshare.boot.ServerMain.class - [JAR]

├─ org.docshare.boot.StaticFilterChain.class - [JAR]

├─ org.docshare.boot.YangFilterConfig.class - [JAR]

├─ org.docshare.boot.YangHandle.class - [JAR]

├─ org.docshare.boot.YangLogger.class - [JAR]

├─ org.docshare.boot.YangServerContext.class - [JAR]

cn.org.docshare.test

├─ cn.org.docshare.test.Demo.class - [JAR]

Advertisement