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 jt-dashboard-server-spring-boot-starter-2.2.0-beta2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.hylexus.jt.boot.autoconfigure.dashboard.server
├─ io.github.hylexus.jt.boot.autoconfigure.dashboard.server.JtDashboardControllerConfiguration.class - [JAR]
├─ io.github.hylexus.jt.boot.autoconfigure.dashboard.server.JtDashboardRegistryConfiguration.class - [JAR]
├─ io.github.hylexus.jt.boot.autoconfigure.dashboard.server.JtDashboardServerAutoConfiguration.class - [JAR]
├─ io.github.hylexus.jt.boot.autoconfigure.dashboard.server.JtDashboardWebClientCustomizerConfiguration.class - [JAR]
io.github.hylexus.jt.boot.autoconfigure.dashboard.server.servlet
├─ io.github.hylexus.jt.boot.autoconfigure.dashboard.server.servlet.JtDashboardServletAutoConfiguration.class - [JAR]
io.github.hylexus.jt.boot.autoconfigure.dashboard.server.reactive
├─ io.github.hylexus.jt.boot.autoconfigure.dashboard.server.reactive.JtDashboardReactiveAutoConfiguration.class - [JAR]