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 change-log-spring-boot-autoconfigure-1.0.32.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
in.hocg.boot.changelog.autoconfiguration.properties
├─ in.hocg.boot.changelog.autoconfiguration.properties.ChangeLogProperties.class - [JAR]
in.hocg.boot.changelog.autoconfiguration.compare
├─ in.hocg.boot.changelog.autoconfiguration.compare.ChangeLogDto.class - [JAR]
├─ in.hocg.boot.changelog.autoconfiguration.compare.EntityCompare.class - [JAR]
├─ in.hocg.boot.changelog.autoconfiguration.compare.FieldChangeDto.class - [JAR]
in.hocg.boot.changelog.autoconfiguration.jdbc
├─ in.hocg.boot.changelog.autoconfiguration.jdbc.TableChangeLog.class - [JAR]
├─ in.hocg.boot.changelog.autoconfiguration.jdbc.TableFieldChangeLog.class - [JAR]
in.hocg.boot.changelog.autoconfiguration.jdbc.mysql
├─ in.hocg.boot.changelog.autoconfiguration.jdbc.mysql.ChangeLogBerviceImpl.class - [JAR]
in.hocg.boot.changelog.autoconfiguration.core
├─ in.hocg.boot.changelog.autoconfiguration.core.ChangeLogBervice.class - [JAR]
in.hocg.boot.changelog.autoconfiguration
├─ in.hocg.boot.changelog.autoconfiguration.ChangeLogAutoConfiguration.class - [JAR]