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 vars-spring-boot-autoconfigure-1.0.31.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
in.hocg.boot.vars.autoconfiguration
├─ in.hocg.boot.vars.autoconfiguration.VarsAutoConfiguration.class - [JAR]
in.hocg.boot.vars.autoconfiguration.properties
├─ in.hocg.boot.vars.autoconfiguration.properties.VarsProperties.class - [JAR]
in.hocg.boot.vars.autoconfiguration.jdbc.mysql
├─ in.hocg.boot.vars.autoconfiguration.jdbc.mysql.VarsConfigRepositoryImpl.class - [JAR]
in.hocg.boot.vars.autoconfiguration.core
├─ in.hocg.boot.vars.autoconfiguration.core.VarsConfigRepository.class - [JAR]
in.hocg.boot.vars.autoconfiguration.jdbc
├─ in.hocg.boot.vars.autoconfiguration.jdbc.TableVarsConfig.class - [JAR]