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 spring-boot-autoconfigure-2.0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.boot.autoconfigure.claudb
├─ org.springframework.boot.autoconfigure.claudb.ClauDbAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.claudb.ClauDbProperties.class - [JAR]
org.springframework.boot.autoconfigure.flyway
├─ org.springframework.boot.autoconfigure.flyway.CustomFlywayAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.flyway.CustomFlywayMigrationStrategy.class - [JAR]
├─ org.springframework.boot.autoconfigure.flyway.CustomFlywayProperties.class - [JAR]
├─ org.springframework.boot.autoconfigure.flyway.MysqlH2FlywayMigrationStrategy.class - [JAR]
org.springframework.boot.autoconfigure.thymeleaf
├─ org.springframework.boot.autoconfigure.thymeleaf.CustomThymeleafAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.thymeleaf.CustomThymeleafProperties.class - [JAR]
org.springframework.boot.autoconfigure.h2
├─ org.springframework.boot.autoconfigure.h2.H2ServerAutoConfiguration.class - [JAR]
├─ org.springframework.boot.autoconfigure.h2.H2ServerProperties.class - [JAR]