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 develop-spring-boot-mysql-1.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitee.target123.develop.mysql.util
├─ com.gitee.target123.develop.mysql.util.InsertRedisLockAop.class - [JAR]
com.gitee.target123.develop.mysql
├─ com.gitee.target123.develop.mysql.MysqlAutoConfiguration.class - [JAR]
com.gitee.target123.develop.mysql.config
├─ com.gitee.target123.develop.mysql.config.CommonMapper.class - [JAR]
com.gitee.target123.develop.mysql.annotation
├─ com.gitee.target123.develop.mysql.annotation.InsertRedisLock.class - [JAR]