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 grp-spring-mvc-0.1.RS.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
grp.pt.mvc.constant
├─ grp.pt.mvc.constant.SystemConstant.class - [JAR]
grp.pt.mvc.interceptor
├─ grp.pt.mvc.interceptor.I18nSwitchInterceptor.class - [JAR]
grp.pt.mvc.aop
├─ grp.pt.mvc.aop.TraceIdSetAop.class - [JAR]
grp.pt.mvc.exception
├─ grp.pt.mvc.exception.GlobalExceptionHandler.class - [JAR]
grp.pt.mvc.boot.autoconfig
├─ grp.pt.mvc.boot.autoconfig.CustomSpringMvcAutoConfiguration.class - [JAR]