jar

com.github.jun1st : master-slave-datasource-starter

Maven & Gradle

Jul 18, 2019
3 stars

master-slave-datasource-starter · mysql master slave datasource support for spring boot starter

Table Of Contents

Latest Version

Download com.github.jun1st : master-slave-datasource-starter JAR file - Latest Versions:

All Versions

Download com.github.jun1st : master-slave-datasource-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.2.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 master-slave-datasource-starter-0.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jun1st.datasource.mybatis

├─ com.github.jun1st.datasource.mybatis.MSDataSourcePlugin.class - [JAR]

├─ com.github.jun1st.datasource.mybatis.MybatisMSTransactionManager.class - [JAR]

├─ com.github.jun1st.datasource.mybatis.MybatisProperties.class - [JAR]

com.github.jun1st.datasource

├─ com.github.jun1st.datasource.DataSourceProperty.class - [JAR]

├─ com.github.jun1st.datasource.MS.class - [JAR]

├─ com.github.jun1st.datasource.MSDataSourceContextHolder.class - [JAR]

├─ com.github.jun1st.datasource.MSDataSourceCreator.class - [JAR]

├─ com.github.jun1st.datasource.MSDataSourceProperties.class - [JAR]

├─ com.github.jun1st.datasource.MSRoutingDataSource.class - [JAR]

├─ com.github.jun1st.datasource.MSTypes.class - [JAR]

com.github.jun1st.datasource.spring.boot.autoconfigure.hikari

├─ com.github.jun1st.datasource.spring.boot.autoconfigure.hikari.MSHikariConfig.class - [JAR]

com.github.jun1st.datasource.strategy

├─ com.github.jun1st.datasource.strategy.MasterSlaveDataSourceStrategy.class - [JAR]

├─ com.github.jun1st.datasource.strategy.RandomDataSourceStrategy.class - [JAR]

├─ com.github.jun1st.datasource.strategy.RoundRobinMasterSlaveDataSourceStrategy.class - [JAR]

com.github.jun1st.datasource.provider

├─ com.github.jun1st.datasource.provider.MSDataSourceProvider.class - [JAR]

├─ com.github.jun1st.datasource.provider.YamlDataSourceProvider.class - [JAR]

com.github.jun1st.datasource.aop

├─ com.github.jun1st.datasource.aop.AbstractMasterSlaveDataSourceInterceptor.class - [JAR]

├─ com.github.jun1st.datasource.aop.MasterSlaveDataSourceAnnotationAdvisor.class - [JAR]

├─ com.github.jun1st.datasource.aop.MasterSlaveDataSourceAnnotationInterceptor.class - [JAR]

com.github.jun1st.datasource.spring.boot.autoconfigure

├─ com.github.jun1st.datasource.spring.boot.autoconfigure.MSDataSourceAutoConfiguration.class - [JAR]

├─ com.github.jun1st.datasource.spring.boot.autoconfigure.MyBatisMSDataSourceAutoConfiguration.class - [JAR]