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 springboot-mybatis-wr-separation-0.0.4.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitee.sunshine.annotation
├─ com.gitee.sunshine.annotation.ReadDB.class - [JAR]
com.gitee.sunshine.bean
├─ com.gitee.sunshine.bean.DBContextHolder.class - [JAR]
├─ com.gitee.sunshine.bean.MyRoutingDataSource.class - [JAR]
com.gitee.sunshine.aop
├─ com.gitee.sunshine.aop.DataSourceInterceptor.class - [JAR]
com.gitee.sunshine.enums
├─ com.gitee.sunshine.enums.DBTypeEnum.class - [JAR]
com.gitee.sunshine.config
├─ com.gitee.sunshine.config.DataSourceConfig.class - [JAR]
├─ com.gitee.sunshine.config.MyBatisConfig.class - [JAR]
com.gitee.sunshine.factory
├─ com.gitee.sunshine.factory.InvocationStatus.class - [JAR]
├─ com.gitee.sunshine.factory.ServiceInvocationContext.class - [JAR]
├─ com.gitee.sunshine.factory.ServiceInvocationContextFactory.class - [JAR]
├─ com.gitee.sunshine.factory.StackContext.class - [JAR]