jar

com.github.weizhiwen : shixin-spring-boot-framework

Maven & Gradle

Dec 13, 2020
1 usages
5 stars

shixin-spring-boot-framework · 框架相关类,该模块包含Spring Boot 框架所需的常用类

Table Of Contents

Latest Version

Download com.github.weizhiwen : shixin-spring-boot-framework JAR file - Latest Versions:

All Versions

Download com.github.weizhiwen : shixin-spring-boot-framework JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 shixin-spring-boot-framework-0.1.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.shixin.framework.exception

├─ com.shixin.framework.exception.AuthException.class - [JAR]

├─ com.shixin.framework.exception.ParamNotValidException.class - [JAR]

com.shixin.framework.vo

├─ com.shixin.framework.vo.BaseResult.class - [JAR]

├─ com.shixin.framework.vo.BaseVO.class - [JAR]

├─ com.shixin.framework.vo.JsonResult.class - [JAR]

com.shixin.framework.handler

├─ com.shixin.framework.handler.RestExceptionHandler.class - [JAR]

com.shixin.framework.config

├─ com.shixin.framework.config.BootConfig.class - [JAR]

com.shixin.framework.param

├─ com.shixin.framework.param.BaseParam.class - [JAR]

com.shixin.framework.controller

├─ com.shixin.framework.controller.BaseRestController.class - [JAR]

├─ com.shixin.framework.controller.RequestErrorController.class - [JAR]

com.shixin.framework.service

├─ com.shixin.framework.service.BaseService.class - [JAR]