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-mp-starter-demo-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.restbucks.wechat.bff.http.assembler
├─ org.restbucks.wechat.bff.http.assembler.WeChatUserProfileResourceAssembler.class - [JAR]
org.restbucks.wechat.bff.http
├─ org.restbucks.wechat.bff.http.HttpMvcConfig.class - [JAR]
├─ org.restbucks.wechat.bff.http.HttpSecurityConfig.class - [JAR]
├─ org.restbucks.wechat.bff.http.WeChatUserRestController.class - [JAR]
org.restbucks.wechat.bff
├─ org.restbucks.wechat.bff.AppRuntime.class - [JAR]
├─ org.restbucks.wechat.bff.Application.class - [JAR]
org.restbucks.wechat.bff.time
├─ org.restbucks.wechat.bff.time.Clock.class - [JAR]
org.restbucks.wechat.bff.http.resource
├─ org.restbucks.wechat.bff.http.resource.WeChatUserProfileResource.class - [JAR]
org.restbucks.wechat.bff.wechat.messaging
├─ org.restbucks.wechat.bff.wechat.messaging.NewSubscribedEventHandler.class - [JAR]
├─ org.restbucks.wechat.bff.wechat.messaging.QrCodeScannedEventHandler.class - [JAR]
├─ org.restbucks.wechat.bff.wechat.messaging.WeChatMpInboundMessageConfiguration.class - [JAR]