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-webflux-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.webflux.servlet
├─ io.github.iruzhnikov.webflux.servlet.CorsEndpointHandlerMapping.class - [JAR]
├─ io.github.iruzhnikov.webflux.servlet.SpringFluxCorsConfigurer.class - [JAR]
├─ io.github.iruzhnikov.webflux.servlet.package-info.class - [JAR]
io.github.iruzhnikov.webflux.config
├─ io.github.iruzhnikov.webflux.config.PathCorsConfiguration.class - [JAR]
├─ io.github.iruzhnikov.webflux.config.SpringCorsProperties.class - [JAR]
├─ io.github.iruzhnikov.webflux.config.package-info.class - [JAR]