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 startup-sofa-boot-3.19.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alipay.sofa.startup.stage.isle
├─ com.alipay.sofa.startup.stage.isle.StartupModelCreatingStage.class - [JAR]
├─ com.alipay.sofa.startup.stage.isle.StartupSpringContextInstallStage.class - [JAR]
com.alipay.sofa.startup.stage.healthcheck
├─ com.alipay.sofa.startup.stage.healthcheck.StartupReadinessCheckListener.class - [JAR]
com.alipay.sofa.startup.stage
├─ com.alipay.sofa.startup.stage.BeanCostBeanPostProcessor.class - [JAR]
├─ com.alipay.sofa.startup.stage.StartupContextRefreshedListener.class - [JAR]
├─ com.alipay.sofa.startup.stage.StartupSpringApplication.class - [JAR]
├─ com.alipay.sofa.startup.stage.StartupSpringApplicationRunListener.class - [JAR]
com.alipay.sofa.startup
├─ com.alipay.sofa.startup.StartupProperties.class - [JAR]
├─ com.alipay.sofa.startup.StartupReporter.class - [JAR]