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-boot-spa-devserver-0.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ms.safi.spring.spa.devserver.proxy
├─ ms.safi.spring.spa.devserver.proxy.DevServerProxyAutoConfiguration.class - [JAR]
├─ ms.safi.spring.spa.devserver.proxy.DevServerProxyConfigurationProperties.class - [JAR]
ms.safi.spring.spa.devserver.proxy.http
├─ ms.safi.spring.spa.devserver.proxy.http.DevServerProxyServletFilter.class - [JAR]
├─ ms.safi.spring.spa.devserver.proxy.http.HttpServletRequestProxy.class - [JAR]
ms.safi.spring.spa.devserver.proxy.ws
├─ ms.safi.spring.spa.devserver.proxy.ws.DevServerWebSocketProxy.class - [JAR]