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 c-spring-web-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.c332030.controller.advice
├─ com.c332030.controller.advice.CRequestBodyAdvice.class - [JAR]
├─ com.c332030.controller.advice.CResponseBodyAdvice.class - [JAR]
com.c332030.controller
├─ com.c332030.controller.BaseController.class - [JAR]
com.c332030.filter
├─ com.c332030.filter.CORSBean.class - [JAR]
com.c332030.interceptor
├─ com.c332030.interceptor.BaseInterceptor.class - [JAR]