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 tars-spring-boot-starter-1.7.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.qq.tars.server.apps
├─ com.qq.tars.server.apps.SpringBootAppContext.class - [JAR]
com.qq.tars.spring.bean
├─ com.qq.tars.spring.bean.ApplicationFailListener.class - [JAR]
├─ com.qq.tars.spring.bean.CommunicatorBeanPostProcessor.class - [JAR]
├─ com.qq.tars.spring.bean.ConfigSourceListener.class - [JAR]
├─ com.qq.tars.spring.bean.PropertiesListener.class - [JAR]
├─ com.qq.tars.spring.bean.ServletContainerCustomizer.class - [JAR]
├─ com.qq.tars.spring.bean.TarsServerStartLifecycle.class - [JAR]
com.qq.tars.spring
├─ com.qq.tars.spring.TarsServerConfiguration.class - [JAR]
com.qq.tars.spring.annotation
├─ com.qq.tars.spring.annotation.EnableTarsServer.class - [JAR]
├─ com.qq.tars.spring.annotation.RemoteConfigSource.class - [JAR]
├─ com.qq.tars.spring.annotation.RemotePropertySource.class - [JAR]
├─ com.qq.tars.spring.annotation.TarsHttpService.class - [JAR]
├─ com.qq.tars.spring.annotation.TarsListener.class - [JAR]