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 spring-webmvc-cors-properties-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.iruzhnikov.webmvc.servlet
├─ io.github.iruzhnikov.webmvc.servlet.CorsEndpointHandlerMapping.class - [JAR]
├─ io.github.iruzhnikov.webmvc.servlet.SpringMvcCorsConfigurer.class - [JAR]
├─ io.github.iruzhnikov.webmvc.servlet.package-info.class - [JAR]
io.github.iruzhnikov.webmvc.config
├─ io.github.iruzhnikov.webmvc.config.PathCorsConfiguration.class - [JAR]
├─ io.github.iruzhnikov.webmvc.config.SpringCorsProperties.class - [JAR]
├─ io.github.iruzhnikov.webmvc.config.package-info.class - [JAR]