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 springboot-regiment-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.regiment.configurations
├─ tech.regiment.configurations.EnableRegiment.class - [JAR]
├─ tech.regiment.configurations.RegimentConfigurationProperties.class - [JAR]
├─ tech.regiment.configurations.RegimentMvcConfigurer.class - [JAR]
tech.regiment.models
├─ tech.regiment.models.RegimentLogRequest.class - [JAR]
tech.regiment.errorhandling
├─ tech.regiment.errorhandling.RegimentExhangeErrorhandler.class - [JAR]
tech.regiment.constants
├─ tech.regiment.constants.RegimentConstants.class - [JAR]
tech.regiment.service
├─ tech.regiment.service.Regiment.class - [JAR]
tech.regiment.interceptors
├─ tech.regiment.interceptors.RegimentInterceptor.class - [JAR]