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 sqlprinter-spring-boot-starter-2.3.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dreamroute.sqlprinter.starter.util
├─ com.github.dreamroute.sqlprinter.starter.util.PluginUtil.class - [JAR]
com.github.dreamroute.sqlprinter.starter.anno
├─ com.github.dreamroute.sqlprinter.starter.anno.EnableSQLPrinter.class - [JAR]
├─ com.github.dreamroute.sqlprinter.starter.anno.SQLPrinterConfig.class - [JAR]
├─ com.github.dreamroute.sqlprinter.starter.anno.SqlprinterProperties.class - [JAR]
├─ com.github.dreamroute.sqlprinter.starter.anno.ValueConverter.class - [JAR]
com.github.dreamroute.sqlprinter.starter.converter.def
├─ com.github.dreamroute.sqlprinter.starter.converter.def.DateConverter.class - [JAR]
├─ com.github.dreamroute.sqlprinter.starter.converter.def.EnumConverter.class - [JAR]
com.github.dreamroute.sqlprinter.starter.interceptor
├─ com.github.dreamroute.sqlprinter.starter.interceptor.SqlPrinter.class - [JAR]