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 spring-boot-common-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.magic80.springbootcommon.interceptor
├─ com.magic80.springbootcommon.interceptor.AutoUpdateFieldInterceptor.class - [JAR]
├─ com.magic80.springbootcommon.interceptor.CorsInterceptor.class - [JAR]
├─ com.magic80.springbootcommon.interceptor.InterceptorConfiguration.class - [JAR]
├─ com.magic80.springbootcommon.interceptor.ResponseInterceptor.class - [JAR]
com.magic80.springbootcommon.model
├─ com.magic80.springbootcommon.model.BaseEntity.class - [JAR]
com.magic80.springbootcommon.controller
├─ com.magic80.springbootcommon.controller.BaseController.class - [JAR]
com.magic80.springbootcommon.helper
├─ com.magic80.springbootcommon.helper.PagedHelper.class - [JAR]
├─ com.magic80.springbootcommon.helper.ResponseHelper.class - [JAR]
com.magic80.springbootcommon.helper.page
├─ com.magic80.springbootcommon.helper.page.PagedMutipleTableCountFunction.class - [JAR]
├─ com.magic80.springbootcommon.helper.page.PagedMutipleTableFunction.class - [JAR]
├─ com.magic80.springbootcommon.helper.page.PagedSingleTableFunction.class - [JAR]
com.magic80.springbootcommon.vo
├─ com.magic80.springbootcommon.vo.ResponseVO.class - [JAR]
com.magic80.springbootcommon.dao
├─ com.magic80.springbootcommon.dao.BaseDao.class - [JAR]
com.magic80.springbootcommon.annotation
├─ com.magic80.springbootcommon.annotation.AutoCreateAnnotation.class - [JAR]
├─ com.magic80.springbootcommon.annotation.AutoUpdateAnnotation.class - [JAR]
com.magic80.springbootcommon.exception
├─ com.magic80.springbootcommon.exception.BaseBizException.class - [JAR]
├─ com.magic80.springbootcommon.exception.InternalServerException.class - [JAR]
├─ com.magic80.springbootcommon.exception.RequestParameterException.class - [JAR]
com.magic80.springbootcommon.service
├─ com.magic80.springbootcommon.service.BaseService.class - [JAR]