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 core-spring-boot-starter-2.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
love.forte.simbot.spring.autoconfigure.properties
├─ love.forte.simbot.spring.autoconfigure.properties.SimbotCoreConfigurationProperties.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.properties.SimbotCoreDefaultMsgSenderFactoriesConfigurationProperties.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.properties.SimbotCoreEventDispatcherConfigurationProperties.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.properties.SimbotCoreTaskPoolConfigurationProperties.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.properties.SimbotLogoConfigurationProperties.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.properties.SimbotNormalConfigurationProperties.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.properties.SimbotTipsConfigurationProperties.class - [JAR]
love.forte.simbot.spring.autoconfigure
├─ love.forte.simbot.spring.autoconfigure.EnableSimbot.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.SimbotAppConfiguration.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.SimbotAppInfoConfiguration.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.SimbotAppProperties.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.SimbotAppPropertiesConfiguration.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.SimbotSpringApp.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.SpringDependBeanFactory.class - [JAR]
├─ love.forte.simbot.spring.autoconfigure.SpringEnvironmentConfiguration.class - [JAR]