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 alita-basic-services-spring-boot-starter-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.klw8.alita.service.authority.mapper
├─ top.klw8.alita.service.authority.mapper.IAlitaUserMapper.class - [JAR]
├─ top.klw8.alita.service.authority.mapper.IAuthorityAppChannelMapper.class - [JAR]
├─ top.klw8.alita.service.authority.mapper.IAuthorityAppMapper.class - [JAR]
├─ top.klw8.alita.service.authority.mapper.ISystemAuthoritysCatlogMapper.class - [JAR]
├─ top.klw8.alita.service.authority.mapper.ISystemAuthoritysMapper.class - [JAR]
├─ top.klw8.alita.service.authority.mapper.ISystemAuthoritysResourceMapper.class - [JAR]
├─ top.klw8.alita.service.authority.mapper.ISystemRoleMapper.class - [JAR]
top.klw8.alita.providers.admin.impl
├─ top.klw8.alita.providers.admin.impl.AlitaUserProvider.class - [JAR]
├─ top.klw8.alita.providers.admin.impl.AuthorityAdminAuthoritysResourceProviderImpl.class - [JAR]
├─ top.klw8.alita.providers.admin.impl.AuthorityAdminProviderImpl.class - [JAR]
├─ top.klw8.alita.providers.admin.impl.AuthorityAppChannelProviderImpl.class - [JAR]
├─ top.klw8.alita.providers.admin.impl.AuthorityAppProviderImpl.class - [JAR]
├─ top.klw8.alita.providers.admin.impl.DevHelperProviderImpl.class - [JAR]
top.klw8.alita.service.authority.service.impl
├─ top.klw8.alita.service.authority.service.impl.AlitaUserServiceImpl.class - [JAR]
├─ top.klw8.alita.service.authority.service.impl.AuthorityAppChannelServiceImpl.class - [JAR]
├─ top.klw8.alita.service.authority.service.impl.AuthorityAppServiceImpl.class - [JAR]
├─ top.klw8.alita.service.authority.service.impl.SystemAuthoritysCatlogServiceImpl.class - [JAR]
├─ top.klw8.alita.service.authority.service.impl.SystemAuthoritysResourceServiceImpl.class - [JAR]
├─ top.klw8.alita.service.authority.service.impl.SystemAuthoritysServiceImpl.class - [JAR]
├─ top.klw8.alita.service.authority.service.impl.SystemRoleServiceImpl.class - [JAR]
top.klw8.alita.service.cfg
├─ top.klw8.alita.service.cfg.BasicServicesCfg.class - [JAR]
top.klw8.alita.helper
├─ top.klw8.alita.helper.ServiceApiContext.class - [JAR]
├─ top.klw8.alita.helper.UserCacheHelper.class - [JAR]
top.klw8.alita.service.authority
├─ top.klw8.alita.service.authority.IAlitaUserService.class - [JAR]
├─ top.klw8.alita.service.authority.IAuthorityAppChannelService.class - [JAR]
├─ top.klw8.alita.service.authority.IAuthorityAppService.class - [JAR]
├─ top.klw8.alita.service.authority.ISystemAuthoritysCatlogService.class - [JAR]
├─ top.klw8.alita.service.authority.ISystemAuthoritysResourceService.class - [JAR]
├─ top.klw8.alita.service.authority.ISystemAuthoritysService.class - [JAR]
├─ top.klw8.alita.service.authority.ISystemRoleService.class - [JAR]