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-qq-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.qq.util
├─ io.github.wslxm.springbootplus2.starter.qq.util.HttpClientUtils.class - [JAR]
├─ io.github.wslxm.springbootplus2.starter.qq.util.URLEncodeUtil.class - [JAR]
io.github.wslxm.springbootplus2.starter.qq.service
├─ io.github.wslxm.springbootplus2.starter.qq.service.QQLoginService.class - [JAR]
io.github.wslxm.springbootplus2.starter.qq.config
├─ io.github.wslxm.springbootplus2.starter.qq.config.ConstantsProperties.class - [JAR]
io.github.wslxm.springbootplus2.starter.qq.model.entity
├─ io.github.wslxm.springbootplus2.starter.qq.model.entity.QQUserInfo.class - [JAR]
io.github.wslxm.springbootplus2.starter.qq.controller
├─ io.github.wslxm.springbootplus2.starter.qq.controller.QQController.class - [JAR]
io.github.wslxm.springbootplus2.starter.qq.service.impl
├─ io.github.wslxm.springbootplus2.starter.qq.service.impl.QQLoginServiceImpl.class - [JAR]
io.github.wslxm.springbootplus2.starter.qq.model.vo
├─ io.github.wslxm.springbootplus2.starter.qq.model.vo.QQLoginVO.class - [JAR]