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 wechat-event-web-spring-boot-starter-2.0.1.20231216.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.jlxxw.wechat.web
├─ net.jlxxw.wechat.web.WeChatEventWebAutoConfiguration.class - [JAR]
net.jlxxw.wechat.web.properties
├─ net.jlxxw.wechat.web.properties.WeChatEventWebProperties.class - [JAR]
net.jlxxw.wechat.web.util
├─ net.jlxxw.wechat.web.util.NetworkUtil.class - [JAR]
net.jlxxw.wechat.web.controller
├─ net.jlxxw.wechat.web.controller.WeChatMessageController.class - [JAR]
net.jlxxw.wechat.web.filter
├─ net.jlxxw.wechat.web.filter.WeChatSecurityFilter.class - [JAR]