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 zopen-zweb-starter-1.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zopen.zweb.core.config
├─ com.zopen.zweb.core.config.BeanNameConfig.class - [JAR]
├─ com.zopen.zweb.core.config.LoginUserConfig.class - [JAR]
├─ com.zopen.zweb.core.config.MyCacheConfig.class - [JAR]
├─ com.zopen.zweb.core.config.MyFreeMarkerConfig.class - [JAR]
├─ com.zopen.zweb.core.config.MyRedisCacheConfig.class - [JAR]
├─ com.zopen.zweb.core.config.MySchedulerConfig.class - [JAR]
├─ com.zopen.zweb.core.config.MybatisPlusConfig.class - [JAR]
├─ com.zopen.zweb.core.config.SwaggerConfig.class - [JAR]
├─ com.zopen.zweb.core.config.TransactionAopConfig.class - [JAR]
├─ com.zopen.zweb.core.config.TransactionConfig.class - [JAR]
com.zopen.zweb.core
├─ com.zopen.zweb.core.Version.class - [JAR]
├─ com.zopen.zweb.core.WebBaseConfig.class - [JAR]
├─ com.zopen.zweb.core.WebExceptionHandler.class - [JAR]
com.zopen.zweb.core.constant
├─ com.zopen.zweb.core.constant.CoreLoginStoreTypeEnum.class - [JAR]
com.zopen.zweb.autoconfigure
├─ com.zopen.zweb.autoconfigure.CoreAutoConfiguration.class - [JAR]
├─ com.zopen.zweb.autoconfigure.MainAutoConfiguration.class - [JAR]
com.zopen.zweb.core.handler
├─ com.zopen.zweb.core.handler.CodeHandler.class - [JAR]
├─ com.zopen.zweb.core.handler.RedisCacheHandler.class - [JAR]
├─ com.zopen.zweb.core.handler.SpringCacheHandler.class - [JAR]
com.zopen.zweb.core.action
├─ com.zopen.zweb.core.action.CodeAction.class - [JAR]
├─ com.zopen.zweb.core.action.FileAction.class - [JAR]
├─ com.zopen.zweb.core.action.IndexAction.class - [JAR]
├─ com.zopen.zweb.core.action.NacosActuatorAction.class - [JAR]
├─ com.zopen.zweb.core.action.SystemAction.class - [JAR]
com.zopen.zweb.properties
├─ com.zopen.zweb.properties.CoreProperties.class - [JAR]