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 rs-java-framework-admin-0.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jxrisesun.framework.admin.aspectj.annotation
├─ com.jxrisesun.framework.admin.aspectj.annotation.DataScope.class - [JAR]
├─ com.jxrisesun.framework.admin.aspectj.annotation.DataSource.class - [JAR]
├─ com.jxrisesun.framework.admin.aspectj.annotation.Log.class - [JAR]
com.jxrisesun.framework.admin.controller
├─ com.jxrisesun.framework.admin.controller.BaseAdminController.class - [JAR]
├─ com.jxrisesun.framework.admin.controller.BaseAuthController.class - [JAR]
com.jxrisesun.framework.admin.configuration
├─ com.jxrisesun.framework.admin.configuration.AdminAutoConfiguration.class - [JAR]
com.jxrisesun.framework.admin.annotation
├─ com.jxrisesun.framework.admin.annotation.EnableAdminAutoConfiguration.class - [JAR]
com.jxrisesun.framework.admin.aspectj
├─ com.jxrisesun.framework.admin.aspectj.AuthAspect.class - [JAR]
├─ com.jxrisesun.framework.admin.aspectj.DataScopeAspect.class - [JAR]
├─ com.jxrisesun.framework.admin.aspectj.DataSourceAspect.class - [JAR]
├─ com.jxrisesun.framework.admin.aspectj.LogAspect.class - [JAR]
com.jxrisesun.framework.admin.domain
├─ com.jxrisesun.framework.admin.domain.AdminErrorLog.class - [JAR]
├─ com.jxrisesun.framework.admin.domain.AdminMenuInfo.class - [JAR]
├─ com.jxrisesun.framework.admin.domain.AdminOperLog.class - [JAR]
├─ com.jxrisesun.framework.admin.domain.AdminRoleInfo.class - [JAR]
├─ com.jxrisesun.framework.admin.domain.AdminUserInfo.class - [JAR]
├─ com.jxrisesun.framework.admin.domain.AdminUserToken.class - [JAR]
com.jxrisesun.framework.admin.handler
├─ com.jxrisesun.framework.admin.handler.GlobalExceptionHandler.class - [JAR]
com.jxrisesun.framework.admin.vo
├─ com.jxrisesun.framework.admin.vo.MenuVo.class - [JAR]
com.jxrisesun.framework.admin.service
├─ com.jxrisesun.framework.admin.service.AdminService.class - [JAR]
com.jxrisesun.framework.admin
├─ com.jxrisesun.framework.admin.FramewrokAdmin.class - [JAR]
com.jxrisesun.framework.admin.service.impl
├─ com.jxrisesun.framework.admin.service.impl.AbstractAdminServiceImpl.class - [JAR]
com.jxrisesun.framework.admin.aspectj.logic
├─ com.jxrisesun.framework.admin.aspectj.logic.AdminAspectLogic.class - [JAR]
├─ com.jxrisesun.framework.admin.aspectj.logic.AspectLogic.class - [JAR]
├─ com.jxrisesun.framework.admin.aspectj.logic.SimpleAspectLogic.class - [JAR]