View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]