jar

com.github.wujiuye : easymulti-datasource-spring-boot-starter

Maven & Gradle

Feb 08, 2021
29 stars

easymulti-datasource-spring-boot-starter · 只需要简单的在yml中配置数据源,就可以使用动态多数据源,然后在项目中使用注解切换数据源。并且整合mybatis-plus,不再需要繁琐的配置。

Table Of Contents

Latest Version

Download com.github.wujiuye : easymulti-datasource-spring-boot-starter JAR file - Latest Versions:

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 easymulti-datasource-spring-boot-starter-2.1.1-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wujiuye.datasource.pool

├─ com.github.wujiuye.datasource.pool.DataSourcePoolConfig.class - [JAR]

├─ com.github.wujiuye.datasource.pool.HikariCPDataSourcePoolConfig.class - [JAR]

com.github.wujiuye.datasource.sqlwatcher

├─ com.github.wujiuye.datasource.sqlwatcher.AsyncConsumer.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.CommandType.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.MatchItem.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.SqlExpressionUtils.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.TableFieldObserver.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.WatchMetadata.class - [JAR]

com.github.wujiuye.datasource.constant

├─ com.github.wujiuye.datasource.constant.AspectJOrderConstant.class - [JAR]

com.github.wujiuye.datasource

├─ com.github.wujiuye.datasource.DataSourceAutoConfigRegistrar.class - [JAR]

├─ com.github.wujiuye.datasource.DataSourceAutoConfiguration.class - [JAR]

├─ com.github.wujiuye.datasource.EasyMutiRoutingDataSource.class - [JAR]

com.github.wujiuye.datasource.tx

├─ com.github.wujiuye.datasource.tx.PopTransactionListener.class - [JAR]

├─ com.github.wujiuye.datasource.tx.TransactionAutoConfig.class - [JAR]

├─ com.github.wujiuye.datasource.tx.TransactionInterceptorDelegate.class - [JAR]

├─ com.github.wujiuye.datasource.tx.TransactionInvokeChain.class - [JAR]

├─ com.github.wujiuye.datasource.tx.TransactionInvokeContext.class - [JAR]

├─ com.github.wujiuye.datasource.tx.TransactionProps.class - [JAR]

├─ com.github.wujiuye.datasource.tx.TxMethodMetadata.class - [JAR]

com.github.wujiuye.datasource.annotation

├─ com.github.wujiuye.datasource.annotation.DataSourceContextHolder.class - [JAR]

├─ com.github.wujiuye.datasource.annotation.DataSourceSwitchStack.class - [JAR]

├─ com.github.wujiuye.datasource.annotation.EasyMutiDataSource.class - [JAR]

├─ com.github.wujiuye.datasource.annotation.EasyMutiDataSourceAspect.class - [JAR]

com.github.wujiuye.datasource.sqlwatcher.plugin

├─ com.github.wujiuye.datasource.sqlwatcher.plugin.MatchResult.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.plugin.ModifySqlParser.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.plugin.RealExcSqlLogger.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.plugin.SqlWatcherPlugin.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.plugin.SqlWatcherProps.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.plugin.TableFieldChangeWatcher.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.plugin.TableFieldSubject.class - [JAR]

├─ com.github.wujiuye.datasource.sqlwatcher.plugin.WatcherAutoConfiguration.class - [JAR]

com.github.wujiuye.datasource.config

├─ com.github.wujiuye.datasource.config.AbstractDataSourceConfig.class - [JAR]

├─ com.github.wujiuye.datasource.config.DataSourceConfig.class - [JAR]

├─ com.github.wujiuye.datasource.config.DataSourceConfigFactory.class - [JAR]

├─ com.github.wujiuye.datasource.config.DataSourcePropertys.class - [JAR]

├─ com.github.wujiuye.datasource.config.MasterSlaveDataSourceConfig.class - [JAR]

├─ com.github.wujiuye.datasource.config.MultiDataSourceConfig.class - [JAR]