jar

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

All Versions

Download org.docshare : yangmvc-boot JAR file - All Versions:

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

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 yangmvc-boot-2023.06.19.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.BookController.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.RedisSessionDataMap.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]