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 work-weixin-spring-boot-sample-1.1.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.izerui.weixin22.ureport
├─ com.github.izerui.weixin22.ureport.ConfigDataSource.class - [JAR]
├─ com.github.izerui.weixin22.ureport.PathReportProvider.class - [JAR]
├─ com.github.izerui.weixin22.ureport.UreportConfiguration.class - [JAR]
com.github.izerui.weixin22.controller
├─ com.github.izerui.weixin22.controller.AdminController.class - [JAR]
com.github.izerui.weixin22
├─ com.github.izerui.weixin22.Application.class - [JAR]
├─ com.github.izerui.weixin22.MessageListener.class - [JAR]
├─ com.github.izerui.weixin22.TpAuthAppLoader.class - [JAR]