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 flycat-springboot-context-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.flycat.support.spring.module
├─ com.github.flycat.support.spring.module.SpringModuleScanner.class - [JAR]
com.github.flycat.platform.springboot
├─ com.github.flycat.platform.springboot.SpringBootPlatform.class - [JAR]
com.github.flycat.support.spring.context
├─ com.github.flycat.support.spring.context.SpringConfiguration.class - [JAR]
├─ com.github.flycat.support.spring.context.SpringContext.class - [JAR]
com.github.flycat.support.spring
├─ com.github.flycat.support.spring.BeanDefinitionUtils.class - [JAR]