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-cloud-consul-0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.bw.example.controller
├─ io.github.bw.example.controller.SharedController.class - [JAR]
io.github.bw.example
├─ io.github.bw.example.ThriftConsulExampleAppApplication.class - [JAR]
io.github.bw.example.component
├─ io.github.bw.example.component.RandomComponent.class - [JAR]
io.github.bw.example.service
├─ io.github.bw.example.service.SharedServiceImpl.class - [JAR]
io.github.bw.example.util
├─ io.github.bw.example.util.RandomStringUtil.class - [JAR]
├─ io.github.bw.example.util.RandomUtil.class - [JAR]
io.github.bw.example.client
├─ io.github.bw.example.client.SharedClient.class - [JAR]
├─ io.github.bw.example.client.SharedClientFallback.class - [JAR]