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 meteor-boot-starter-web-1.0.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.meteor.common.web.configure
├─ cn.meteor.common.web.configure.ApiConfigure.class - [JAR]
├─ cn.meteor.common.web.configure.FeignConfigure.class - [JAR]
cn.meteor.common.web.feign
├─ cn.meteor.common.web.feign.ILoginClient.class - [JAR]
├─ cn.meteor.common.web.feign.ILoginClientFallback.class - [JAR]
cn.meteor.common.web.advice
├─ cn.meteor.common.web.advice.GlobalExceptionHandler.class - [JAR]
cn.meteor.common.web.util
├─ cn.meteor.common.web.util.RestTemplateUtil.class - [JAR]
├─ cn.meteor.common.web.util.TokenUtil.class - [JAR]
├─ cn.meteor.common.web.util.WebUtil.class - [JAR]