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 j-jdbc-data-init-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.jingshouyan.jdbc.data.init.dao.impl
├─ com.github.jingshouyan.jdbc.data.init.dao.impl.DataInitVersionDaoImpl.class - [JAR]
com.github.jingshouyan.jdbc.data.init.dao
├─ com.github.jingshouyan.jdbc.data.init.dao.DataInitVersionDao.class - [JAR]
com.github.jingshouyan.jdbc.data.init.action
├─ com.github.jingshouyan.jdbc.data.init.action.VersionHandler.class - [JAR]
com.github.jingshouyan.jdbc.data.init
├─ com.github.jingshouyan.jdbc.data.init.DataInitAutoConfiguration.class - [JAR]
com.github.jingshouyan.jdbc.data.init.entity
├─ com.github.jingshouyan.jdbc.data.init.entity.DataInitVersion.class - [JAR]