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 aka-dbutils-spring-boot-starter-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ulwx.aka.dbutils.database.spring.boot
├─ com.github.ulwx.aka.dbutils.database.spring.boot.AkaDbUtilsAutoConfiguration.class - [JAR]
├─ com.github.ulwx.aka.dbutils.database.spring.boot.AkaDbUtilsProperties.class - [JAR]
├─ com.github.ulwx.aka.dbutils.database.spring.boot.AkaMapperScan.class - [JAR]
├─ com.github.ulwx.aka.dbutils.database.spring.boot.AkaMapperScannerRegistrar.class - [JAR]
├─ com.github.ulwx.aka.dbutils.database.spring.boot.AkaMapperScans.class - [JAR]