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-starter-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.starter
├─ com.github.jingshouyan.jdbc.starter.JdbcAutoConfiguration.class - [JAR]
├─ com.github.jingshouyan.jdbc.starter.JdbcProperties.class - [JAR]
com.github.jingshouyan.jdbc.starter.aop
├─ com.github.jingshouyan.jdbc.starter.aop.Log4Sql.class - [JAR]
com.github.jingshouyan.jdbc.starter.dao
├─ com.github.jingshouyan.jdbc.starter.dao.IdDao.class - [JAR]
com.github.jingshouyan.jdbc.starter.dao.impl
├─ com.github.jingshouyan.jdbc.starter.dao.impl.IdDaoImpl.class - [JAR]
com.github.jingshouyan.jdbc.starter.keygen
├─ com.github.jingshouyan.jdbc.starter.keygen.DbKeyGenerator.class - [JAR]
com.github.jingshouyan.jdbc.starter.entity
├─ com.github.jingshouyan.jdbc.starter.entity.IdDO.class - [JAR]
com.github.jingshouyan.jdbc.starter.help
├─ com.github.jingshouyan.jdbc.starter.help.IdHelper.class - [JAR]
├─ com.github.jingshouyan.jdbc.starter.help.JdbcExecHelper.class - [JAR]