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 microservice-common-jpa-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.corefinance.common.jpa.repository
├─ tech.corefinance.common.jpa.repository.JpaInternalServiceConfigRepository.class - [JAR]
├─ tech.corefinance.common.jpa.repository.JpaPermissionRepository.class - [JAR]
├─ tech.corefinance.common.jpa.repository.JpaResourceActionRepository.class - [JAR]
tech.corefinance.common.jpa.service
├─ tech.corefinance.common.jpa.service.EntitySimpleSearchSupport.class - [JAR]
├─ tech.corefinance.common.jpa.service.JpaPermissionService.class - [JAR]
tech.corefinance.common.jpa.model
├─ tech.corefinance.common.jpa.model.InternalServiceConfig.class - [JAR]
├─ tech.corefinance.common.jpa.model.Permission.class - [JAR]
├─ tech.corefinance.common.jpa.model.ResourceAction.class - [JAR]