jar

com.github.lihengming : potato-webmvc

Maven & Gradle

Oct 17, 2016
25 stars

potato-webmvc · 以约定优于配置的思想,结合SpringMVC的一些优点(参数自动注入),实现一个自己的简单MVC框架。

Table Of Contents

Latest Version

Download com.github.lihengming : potato-webmvc JAR file - Latest Versions:

All Versions

Download com.github.lihengming : potato-webmvc 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 potato-webmvc-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.potato.web

├─ cn.potato.web.Dispatcher.class - [JAR]

├─ cn.potato.web.Interceptor.class - [JAR]

├─ cn.potato.web.Result.class - [JAR]

cn.potato.helper

├─ cn.potato.helper.BeanHelper.class - [JAR]

├─ cn.potato.helper.ConvertHelper.class - [JAR]

├─ cn.potato.helper.Helper.class - [JAR]

cn.potato.annotation

├─ cn.potato.annotation.Intercept.class - [JAR]

cn.potato.core

├─ cn.potato.core.HandlerMethodArgsBuilder.class - [JAR]

├─ cn.potato.core.MappingHolder.class - [JAR]