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 gframework-boot-flyway-2.1.1-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gframework.annotation.flyway
├─ com.gframework.annotation.flyway.EnableFlywayExtend.class - [JAR]
├─ com.gframework.annotation.flyway.ExtendDefaultFlyway.class - [JAR]
com.gframework.boot.flyway
├─ com.gframework.boot.flyway.FlywayDevRunner.class - [JAR]
├─ com.gframework.boot.flyway.FlywayExecute.class - [JAR]
├─ com.gframework.boot.flyway.FlywaySpringRunListener.class - [JAR]
├─ com.gframework.boot.flyway.IFlywayExtendSPI.class - [JAR]
├─ com.gframework.boot.flyway.IFlywayHookSPI.class - [JAR]