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 common-web-spring-boot-starter-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.data.common.web.starter.config
├─ com.data.common.web.starter.config.DefaultCorsConfiguration.class - [JAR]
com.data.common.web.starter.response
├─ com.data.common.web.starter.response.ResponseBodyAdviceImpl.class - [JAR]
com.data.common.web.starter.annotation
├─ com.data.common.web.starter.annotation.EnableAppStartUpInfo.class - [JAR]
├─ com.data.common.web.starter.annotation.ResponsePack.class - [JAR]
com.data.common.web.starter.util
├─ com.data.common.web.starter.util.JacksonModule.class - [JAR]
├─ com.data.common.web.starter.util.SpringUtils.class - [JAR]
com.data.common.web.starter.startup
├─ com.data.common.web.starter.startup.AppStartUpInfo.class - [JAR]