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 clever-framework-system-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.toquery.framework.system.entity
├─ io.github.toquery.framework.system.entity.PersistentAuditEvent.class - [JAR]
├─ io.github.toquery.framework.system.entity.SysAuditEvent.class - [JAR]
├─ io.github.toquery.framework.system.entity.SysConfig.class - [JAR]
├─ io.github.toquery.framework.system.entity.SysLog.class - [JAR]
├─ io.github.toquery.framework.system.entity.SysMenu.class - [JAR]
├─ io.github.toquery.framework.system.entity.SysRole.class - [JAR]
├─ io.github.toquery.framework.system.entity.SysUser.class - [JAR]
├─ io.github.toquery.framework.system.entity.SysUserRole.class - [JAR]
io.github.toquery.framework.system.autoconfig
├─ io.github.toquery.framework.system.autoconfig.AppSystemAutoConfiguration.class - [JAR]
io.github.toquery.framework.system.service
├─ io.github.toquery.framework.system.service.ISysConfigService.class - [JAR]
├─ io.github.toquery.framework.system.service.ISysLogService.class - [JAR]
├─ io.github.toquery.framework.system.service.ISysMenuService.class - [JAR]
├─ io.github.toquery.framework.system.service.ISysRoleService.class - [JAR]
├─ io.github.toquery.framework.system.service.ISysUserService.class - [JAR]
io.github.toquery.framework.system.repository
├─ io.github.toquery.framework.system.repository.SysConfigRepository.class - [JAR]
├─ io.github.toquery.framework.system.repository.SysLogRepository.class - [JAR]
├─ io.github.toquery.framework.system.repository.SysMenuRepository.class - [JAR]
├─ io.github.toquery.framework.system.repository.SysRoleRepository.class - [JAR]
├─ io.github.toquery.framework.system.repository.SysUserRepository.class - [JAR]
io.github.toquery.framework.system.properties
├─ io.github.toquery.framework.system.properties.AppSystemProperties.class - [JAR]
io.github.toquery.framework.system.domain
├─ io.github.toquery.framework.system.domain.AppBaseAuditedEntity.class - [JAR]
io.github.toquery.framework.system.service.impl
├─ io.github.toquery.framework.system.service.impl.SysConfigServiceImpl.class - [JAR]
├─ io.github.toquery.framework.system.service.impl.SysLogServiceImpl.class - [JAR]
├─ io.github.toquery.framework.system.service.impl.SysMenuServiceImpl.class - [JAR]
├─ io.github.toquery.framework.system.service.impl.SysRoleServiceImpl.class - [JAR]
├─ io.github.toquery.framework.system.service.impl.SysUserServiceImpl.class - [JAR]