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 database-plugin-1.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.thebesteric.framework.agile.plugins.database.config
├─ io.github.thebesteric.framework.agile.plugins.database.config.AgileDatabaseAutoConfiguration.class - [JAR]
├─ io.github.thebesteric.framework.agile.plugins.database.config.AgileDatabaseContext.class - [JAR]
├─ io.github.thebesteric.framework.agile.plugins.database.config.AgileDatabaseProperties.class - [JAR]
io.github.thebesteric.framework.agile.plugins.database.jdbc
├─ io.github.thebesteric.framework.agile.plugins.database.jdbc.AgileDatabaseJdbcTemplate.class - [JAR]
io.github.thebesteric.framework.agile.plugins.database.annotation
├─ io.github.thebesteric.framework.agile.plugins.database.annotation.EntityClass.class - [JAR]
├─ io.github.thebesteric.framework.agile.plugins.database.annotation.EntityColumn.class - [JAR]
io.github.thebesteric.framework.agile.plugins.database.domain
├─ io.github.thebesteric.framework.agile.plugins.database.domain.ColumnDomain.class - [JAR]
├─ io.github.thebesteric.framework.agile.plugins.database.domain.EntityClassDomain.class - [JAR]