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-open-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.open.controller
├─ io.github.wslxm.springbootplus2.starter.wechat.open.controller.WxOpenController.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.open.model.entity
├─ io.github.wslxm.springbootplus2.starter.wechat.open.model.entity.WxUserInfo.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.open.server
├─ io.github.wslxm.springbootplus2.starter.wechat.open.server.WxOpenLoginService.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.open.config
├─ io.github.wslxm.springbootplus2.starter.wechat.open.config.WxOpenProperties.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.open.model.vo
├─ io.github.wslxm.springbootplus2.starter.wechat.open.model.vo.WxUserInfoVO.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.open.server.impl
├─ io.github.wslxm.springbootplus2.starter.wechat.open.server.impl.WxOpenLoginServiceImpl.class - [JAR]
io.github.wslxm.springbootplus2.starter.wechat.open.util
├─ io.github.wslxm.springbootplus2.starter.wechat.open.util.URLEncodeUtil.class - [JAR]