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 portofino-spring-boot-5.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.manydesigns.portofino.microservices.boot.support
├─ com.manydesigns.portofino.microservices.boot.support.PortofinoDispatcherSupport.class - [JAR]
├─ com.manydesigns.portofino.microservices.boot.support.PortofinoSupport.class - [JAR]
com.manydesigns.portofino.microservices.boot
├─ com.manydesigns.portofino.microservices.boot.ConfigProperties.class - [JAR]
├─ com.manydesigns.portofino.microservices.boot.ElementsAutoConfiguration.class - [JAR]
├─ com.manydesigns.portofino.microservices.boot.PortofinoAnnotationConfigServletWebServerApplicationContext.class - [JAR]
├─ com.manydesigns.portofino.microservices.boot.PortofinoDrivenBootApplication.class - [JAR]
├─ com.manydesigns.portofino.microservices.boot.PortofinoJerseyAutoConfiguration.class - [JAR]
├─ com.manydesigns.portofino.microservices.boot.PortofinoResteasyAutoConfiguration.class - [JAR]