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 hello-spring-boot-starter-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xkcoding.hello.properties
├─ com.xkcoding.hello.properties.HelloProperties.class - [JAR]
com.xkcoding.hello.service.impl
├─ com.xkcoding.hello.service.impl.HelloServiceImpl.class - [JAR]
com.xkcoding.hello.config
├─ com.xkcoding.hello.config.HelloAutoConfiguration.class - [JAR]
com.xkcoding.hello.annotation
├─ com.xkcoding.hello.annotation.EnableHello.class - [JAR]
com.xkcoding.hello.service
├─ com.xkcoding.hello.service.HelloService.class - [JAR]