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 leopard-boot-web-test-0.9.20.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.leopard.boot.web.test
├─ io.leopard.boot.web.test.AssertController.class - [JAR]
├─ io.leopard.boot.web.test.HtmlController.class - [JAR]
├─ io.leopard.boot.web.test.PrimitiveTypeController.class - [JAR]
├─ io.leopard.boot.web.test.RequestBodyController.class - [JAR]
├─ io.leopard.boot.web.test.RequestMappingController.class - [JAR]
├─ io.leopard.boot.web.test.ResponseBodyController.class - [JAR]
├─ io.leopard.boot.web.test.RestRequestController.class - [JAR]
├─ io.leopard.boot.web.test.WebTestAutoConfiguration.class - [JAR]
├─ io.leopard.boot.web.test.XparamController.class - [JAR]