jar

com.gitee.sunchenbin : springboot-mybatis-wr-separation

Maven & Gradle

May 29, 2019

springboot-mybatis-wr-separation · springboot-mybatis-wr-separation is a Maven project based on SpringBoot and Mybatis, which is Provide read-write separation function.Supporting one master DB and one slave DB.

Table Of Contents

Latest Version

Download com.gitee.sunchenbin : springboot-mybatis-wr-separation JAR file - Latest Versions:

All Versions

Download com.gitee.sunchenbin : springboot-mybatis-wr-separation JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement