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 feingto-account-2.3.3.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.feingto.cloud.account
├─ com.feingto.cloud.account.AccountApplication.class - [JAR]
com.feingto.cloud.account.service
├─ com.feingto.cloud.account.service.IResource.class - [JAR]
├─ com.feingto.cloud.account.service.IRole.class - [JAR]
├─ com.feingto.cloud.account.service.IUser.class - [JAR]
├─ com.feingto.cloud.account.service.IUserAuth.class - [JAR]
com.feingto.cloud.account.support
├─ com.feingto.cloud.account.support.QrCodeCacheHelper.class - [JAR]
├─ com.feingto.cloud.account.support.UserCacheRunner.class - [JAR]
com.feingto.cloud.account.aop
├─ com.feingto.cloud.account.aop.UserResRefreshAspectj.class - [JAR]
com.feingto.cloud.account.repository
├─ com.feingto.cloud.account.repository.GroupRepository.class - [JAR]
├─ com.feingto.cloud.account.repository.ResourceRepository.class - [JAR]
├─ com.feingto.cloud.account.repository.RoleRepository.class - [JAR]
├─ com.feingto.cloud.account.repository.RoleResourceButtonRepository.class - [JAR]
├─ com.feingto.cloud.account.repository.RoleResourceColumnRepository.class - [JAR]
├─ com.feingto.cloud.account.repository.UnitRepository.class - [JAR]
├─ com.feingto.cloud.account.repository.UserAuthRepository.class - [JAR]
├─ com.feingto.cloud.account.repository.UserRepository.class - [JAR]
com.feingto.cloud.account.service.impl
├─ com.feingto.cloud.account.service.impl.GroupService.class - [JAR]
├─ com.feingto.cloud.account.service.impl.ResourceService.class - [JAR]
├─ com.feingto.cloud.account.service.impl.RoleResourceButtonService.class - [JAR]
├─ com.feingto.cloud.account.service.impl.RoleResourceColumnService.class - [JAR]
├─ com.feingto.cloud.account.service.impl.RoleService.class - [JAR]
├─ com.feingto.cloud.account.service.impl.UnitService.class - [JAR]
├─ com.feingto.cloud.account.service.impl.UserAuthService.class - [JAR]
├─ com.feingto.cloud.account.service.impl.UserService.class - [JAR]
com.feingto.cloud.account.web.controller
├─ com.feingto.cloud.account.web.controller.GroupController.class - [JAR]
├─ com.feingto.cloud.account.web.controller.LoginController.class - [JAR]
├─ com.feingto.cloud.account.web.controller.QrCodeController.class - [JAR]
├─ com.feingto.cloud.account.web.controller.ResourceController.class - [JAR]
├─ com.feingto.cloud.account.web.controller.RoleController.class - [JAR]
├─ com.feingto.cloud.account.web.controller.ThirdpartyController.class - [JAR]
├─ com.feingto.cloud.account.web.controller.UnitController.class - [JAR]
├─ com.feingto.cloud.account.web.controller.UserController.class - [JAR]
com.feingto.cloud.account.aop.annotation
├─ com.feingto.cloud.account.aop.annotation.RefreshUserRes.class - [JAR]
com.feingto.cloud.account.config
├─ com.feingto.cloud.account.config.AppProperties.class - [JAR]
├─ com.feingto.cloud.account.config.InitializingUser.class - [JAR]
├─ com.feingto.cloud.account.config.WebSecurityConfiguration.class - [JAR]