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 userprofile-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.corefinance.userprofile
├─ tech.corefinance.userprofile.UserProfileApplication.class - [JAR]
tech.corefinance.userprofile.service
├─ tech.corefinance.userprofile.service.AuthenService.class - [JAR]
├─ tech.corefinance.userprofile.service.UserProfileService.class - [JAR]
tech.corefinance.userprofile.service.impl
├─ tech.corefinance.userprofile.service.impl.AuthenServiceImpl.class - [JAR]
├─ tech.corefinance.userprofile.service.impl.UserProfileServiceImpl.class - [JAR]
tech.corefinance.userprofile.entity
├─ tech.corefinance.userprofile.entity.AttemptedLogin.class - [JAR]
├─ tech.corefinance.userprofile.entity.LoginSession.class - [JAR]
├─ tech.corefinance.userprofile.entity.Role.class - [JAR]
├─ tech.corefinance.userprofile.entity.UserProfile.class - [JAR]
tech.corefinance.userprofile.controller
├─ tech.corefinance.userprofile.controller.AttemptedLoginController.class - [JAR]
├─ tech.corefinance.userprofile.controller.AuthenticationController.class - [JAR]
├─ tech.corefinance.userprofile.controller.IndexController.class - [JAR]
├─ tech.corefinance.userprofile.controller.LoginSessionController.class - [JAR]
├─ tech.corefinance.userprofile.controller.RoleController.class - [JAR]
├─ tech.corefinance.userprofile.controller.UserProfileController.class - [JAR]
tech.corefinance.userprofile.dto
├─ tech.corefinance.userprofile.dto.RefreshTokenRequestDto.class - [JAR]
├─ tech.corefinance.userprofile.dto.RoleDto.class - [JAR]
├─ tech.corefinance.userprofile.dto.UserProfileCreatorDto.class - [JAR]
tech.corefinance.userprofile.repository
├─ tech.corefinance.userprofile.repository.AttemptedLoginRepository.class - [JAR]
├─ tech.corefinance.userprofile.repository.LoginSessionRepository.class - [JAR]
├─ tech.corefinance.userprofile.repository.RoleRepository.class - [JAR]
├─ tech.corefinance.userprofile.repository.UserProfileRepository.class - [JAR]