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 xj-api-wx-app-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.wslxm.springbootplus2.starter.wechat.app.server
├─ io.github.wslxm.springbootplus2.starter.wechat.app.server.WxAppService.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.app.result
├─ io.github.wslxm.springbootplus2.starter.wechat.app.result.WxAppRType.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.app.server.impl
├─ io.github.wslxm.springbootplus2.starter.wechat.app.server.impl.WxAppServiceImpl.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.app.controller
├─ io.github.wslxm.springbootplus2.starter.wechat.app.controller.WxAppController.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.app.util
├─ io.github.wslxm.springbootplus2.starter.wechat.app.util.Base64ImgUtils.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.app.model
├─ io.github.wslxm.springbootplus2.starter.wechat.app.model.WxMaJscode2SessionResultVO.class - [JAR]
├─ io.github.wslxm.springbootplus2.starter.wechat.app.model.WxMaPhoneNumberInfoVO.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.app.config
├─ io.github.wslxm.springbootplus2.starter.wechat.app.config.WxAppConfig.class - [JAR]
├─ io.github.wslxm.springbootplus2.starter.wechat.app.config.WxAppProperties.class - [JAR]