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 snakerflow-spring-boot-stater-2.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.snakerflow.transaction
├─ com.github.snakerflow.transaction.MybatisTransaction.class - [JAR]
├─ com.github.snakerflow.transaction.MybatisTransactionFactory.class - [JAR]
com.github.snakerflow.mybatis
├─ com.github.snakerflow.mybatis.MybatisAccess.class - [JAR]
├─ com.github.snakerflow.mybatis.MybatisPlusAccess.class - [JAR]
com.github.snakerflow.engine
├─ com.github.snakerflow.engine.SpelExpression.class - [JAR]
├─ com.github.snakerflow.engine.SpringConfiguration.class - [JAR]
├─ com.github.snakerflow.engine.SpringContext.class - [JAR]
├─ com.github.snakerflow.engine.SpringJdbcAccess.class - [JAR]
├─ com.github.snakerflow.engine.SpringSnakerEngine.class - [JAR]
com.github.snakerflow.mybatis.service
├─ com.github.snakerflow.mybatis.service.SnakerCcOrderService.class - [JAR]
├─ com.github.snakerflow.mybatis.service.SnakerHistOrderService.class - [JAR]
├─ com.github.snakerflow.mybatis.service.SnakerHistTaskActorService.class - [JAR]
├─ com.github.snakerflow.mybatis.service.SnakerHistTaskService.class - [JAR]
├─ com.github.snakerflow.mybatis.service.SnakerOrderService.class - [JAR]
├─ com.github.snakerflow.mybatis.service.SnakerProcessService.class - [JAR]
├─ com.github.snakerflow.mybatis.service.SnakerSurrogateService.class - [JAR]
├─ com.github.snakerflow.mybatis.service.SnakerTaskActorService.class - [JAR]
├─ com.github.snakerflow.mybatis.service.SnakerTaskService.class - [JAR]
com.github.snakerflow.mybatis.mapper
├─ com.github.snakerflow.mybatis.mapper.CcOrderMapper.class - [JAR]
├─ com.github.snakerflow.mybatis.mapper.HistOrderMapper.class - [JAR]
├─ com.github.snakerflow.mybatis.mapper.HistTaskActorMapper.class - [JAR]
├─ com.github.snakerflow.mybatis.mapper.HistTaskMapper.class - [JAR]
├─ com.github.snakerflow.mybatis.mapper.OrderMapper.class - [JAR]
├─ com.github.snakerflow.mybatis.mapper.ProcessMapper.class - [JAR]
├─ com.github.snakerflow.mybatis.mapper.SurrogateMapper.class - [JAR]
├─ com.github.snakerflow.mybatis.mapper.TaskActorMapper.class - [JAR]
├─ com.github.snakerflow.mybatis.mapper.TaskMapper.class - [JAR]
com.github.snakerflow.cache
├─ com.github.snakerflow.cache.EhCache.class - [JAR]
├─ com.github.snakerflow.cache.EhCacheManager.class - [JAR]
├─ com.github.snakerflow.cache.RedisAutoCacheManager.class - [JAR]
├─ com.github.snakerflow.cache.RedisCache.class - [JAR]
├─ com.github.snakerflow.cache.SnakerRedisCacheManager.class - [JAR]
com.github.snakerflow.mybatis.service.impl
├─ com.github.snakerflow.mybatis.service.impl.SnakerCcOrderServiceImpl.class - [JAR]
├─ com.github.snakerflow.mybatis.service.impl.SnakerHistOrderServiceImpl.class - [JAR]
├─ com.github.snakerflow.mybatis.service.impl.SnakerHistTaskActorServiceImpl.class - [JAR]
├─ com.github.snakerflow.mybatis.service.impl.SnakerHistTaskServiceImpl.class - [JAR]
├─ com.github.snakerflow.mybatis.service.impl.SnakerOrderServiceImpl.class - [JAR]
├─ com.github.snakerflow.mybatis.service.impl.SnakerProcessServiceImpl.class - [JAR]
├─ com.github.snakerflow.mybatis.service.impl.SnakerSurrogateServiceImpl.class - [JAR]
├─ com.github.snakerflow.mybatis.service.impl.SnakerTaskActorServiceImpl.class - [JAR]
├─ com.github.snakerflow.mybatis.service.impl.SnakerTaskServiceImpl.class - [JAR]
com.github.snakerflow.config
├─ com.github.snakerflow.config.ExpressionAutoConfiguration.class - [JAR]
├─ com.github.snakerflow.config.SnakerCacheAutoConfiguration.class - [JAR]
├─ com.github.snakerflow.config.SnakerFlowAutoConfiguration.class - [JAR]
├─ com.github.snakerflow.config.SnakerMybatisPlusAutoConfiguration.class - [JAR]
├─ com.github.snakerflow.config.SnakerRedisCacheAutoConfiguration.class - [JAR]
├─ com.github.snakerflow.config.TransactionManagerConfig.class - [JAR]
com.github.snakerflow.constant
├─ com.github.snakerflow.constant.SnakerConstants.class - [JAR]
com.github.snakerflow.prop
├─ com.github.snakerflow.prop.CacheType.class - [JAR]
├─ com.github.snakerflow.prop.DbAccessType.class - [JAR]
├─ com.github.snakerflow.prop.ExpressionType.class - [JAR]
├─ com.github.snakerflow.prop.SnakerFlowProperties.class - [JAR]
com.github.snakerflow.mybatis.entity
├─ com.github.snakerflow.mybatis.entity.CcOrderEntity.class - [JAR]
├─ com.github.snakerflow.mybatis.entity.HistOrderEntity.class - [JAR]
├─ com.github.snakerflow.mybatis.entity.HistTaskActorEntity.class - [JAR]
├─ com.github.snakerflow.mybatis.entity.HistTaskEntity.class - [JAR]
├─ com.github.snakerflow.mybatis.entity.OrderEntity.class - [JAR]
├─ com.github.snakerflow.mybatis.entity.ProcessEntity.class - [JAR]
├─ com.github.snakerflow.mybatis.entity.SurrogateEntity.class - [JAR]
├─ com.github.snakerflow.mybatis.entity.TaskActorEntity.class - [JAR]
├─ com.github.snakerflow.mybatis.entity.TaskEntity.class - [JAR]
com.github.snakerflow
├─ com.github.snakerflow.SnakerFlowVersion.class - [JAR]
com.github.snakerflow.util
├─ com.github.snakerflow.util.FastJsonRedisSerializer.class - [JAR]
├─ com.github.snakerflow.util.MpPage.class - [JAR]
├─ com.github.snakerflow.util.PageUtils.class - [JAR]
com.github.snakerflow.mybatis.service.mapstruct
├─ com.github.snakerflow.mybatis.service.mapstruct.EntityConvert.class - [JAR]
├─ com.github.snakerflow.mybatis.service.mapstruct.EntityConvertImpl.class - [JAR]