jar

com.github.0604hx : nerve-spring-web

Maven & Gradle

Jul 29, 2016
5 stars

基于Spring-boot的web快速开发组件,提供了可以继承的通用Controller

Table Of Contents

Latest Version

Download com.github.0604hx : nerve-spring-web JAR file - Latest Versions:

All Versions

Download com.github.0604hx : nerve-spring-web JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 nerve-spring-web-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.nerve.boot.web.bean

├─ org.nerve.boot.web.bean.PageResult.class - [JAR]

├─ org.nerve.boot.web.bean.Result.class - [JAR]

org.nerve.boot.web.controller

├─ org.nerve.boot.web.controller.AbstractController.class - [JAR]

├─ org.nerve.boot.web.controller.BaseController.class - [JAR]

├─ org.nerve.boot.web.controller.CommonDownloadController.class - [JAR]