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 chromie-spring-boot-autoconfigure-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.chromie.springboot.autoconfig
├─ dev.chromie.springboot.autoconfig.ChromieAutoConfiguration.class - [JAR]
├─ dev.chromie.springboot.autoconfig.JpaAutoConfiguration.class - [JAR]
├─ dev.chromie.springboot.autoconfig.MongoAutoConfiguration.class - [JAR]
├─ dev.chromie.springboot.autoconfig.SerializerAutoConfiguration.class - [JAR]
dev.chromie.springboot
├─ dev.chromie.springboot.ChromieProperties.class - [JAR]
├─ dev.chromie.springboot.FileRepositoryProperties.class - [JAR]
├─ dev.chromie.springboot.MongoRepositoryProperties.class - [JAR]