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-boot-starter-jarboot-2.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mz.jarboot.listener
├─ com.mz.jarboot.listener.JarbootRunListener.class - [JAR]
com.mz.jarboot.command
├─ com.mz.jarboot.command.SpringBeanCommandProcessor.class - [JAR]
├─ com.mz.jarboot.command.SpringEnvCommandProcessor.class - [JAR]
com.mz.jarboot
├─ com.mz.jarboot.Constants.class - [JAR]
├─ com.mz.jarboot.JarbootAutoConfiguration.class - [JAR]
├─ com.mz.jarboot.JarbootConfigProperties.class - [JAR]
├─ com.mz.jarboot.JarbootOperator.class - [JAR]
├─ com.mz.jarboot.JarbootTemplate.class - [JAR]