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 bxfs-mybatis-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sinsz.c.properties
├─ com.sinsz.c.properties.DataSourceProperties.class - [JAR]
├─ com.sinsz.c.properties.DruidConsoleProperties.class - [JAR]
├─ com.sinsz.c.properties.MybatisYmlProperties.class - [JAR]
com.sinsz.c.cache
├─ com.sinsz.c.cache.RedisCache.class - [JAR]
├─ com.sinsz.c.cache.RedisEnum.class - [JAR]
com.sinsz.c
├─ com.sinsz.c.BxfsMybatisAutoConfiguration.class - [JAR]
com.sinsz.c.context
├─ com.sinsz.c.context.BxfsMapperScannerRegistrar.class - [JAR]
├─ com.sinsz.c.context.BxfsMybatisConstant.class - [JAR]
├─ com.sinsz.c.context.BxfsMybatisDataSourceAware.class - [JAR]
├─ com.sinsz.c.context.BxfsMybatisDataSourceRegistrar.class - [JAR]
com.sinsz.c.annotation
├─ com.sinsz.c.annotation.EnableBxfsMapper.class - [JAR]