jar

com.github.wujiuye : easymulti-datasource-r2dbc

Maven & Gradle

Mar 14, 2021
6 stars

easymulti-datasource-r2dbc · easymulti-datasource-r2dbc是对spring-data-r2dbc的扩展,为反应式编程提供声明式和编程式多数据源动态切换的支持。

Table Of Contents

Latest Version

Download com.github.wujiuye : easymulti-datasource-r2dbc JAR file - Latest Versions:

All Versions

Download com.github.wujiuye : easymulti-datasource-r2dbc JAR file - All Versions:

Version Vulnerabilities Size Updated
3.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 easymulti-datasource-r2dbc-3.0.2-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wujiuye.r2dbc.mode.cluster

├─ com.github.wujiuye.r2dbc.mode.cluster.ClusterConnectionFactory.class - [JAR]

├─ com.github.wujiuye.r2dbc.mode.cluster.ClusterMode.class - [JAR]

├─ com.github.wujiuye.r2dbc.mode.cluster.ClusterModeConfig.class - [JAR]

com.github.wujiuye.r2dbc.mode.ms

├─ com.github.wujiuye.r2dbc.mode.ms.MasterSlaveConnectionFactory.class - [JAR]

├─ com.github.wujiuye.r2dbc.mode.ms.MasterSlaveMode.class - [JAR]

├─ com.github.wujiuye.r2dbc.mode.ms.MasterSlaveModeConfig.class - [JAR]

com.github.wujiuye.r2dbc

├─ com.github.wujiuye.r2dbc.EasyMutiR2dbcAutoConfiguration.class - [JAR]

├─ com.github.wujiuye.r2dbc.EasyMutiR2dbcRoutingConnectionFactory.class - [JAR]

├─ com.github.wujiuye.r2dbc.R2dbcDataBaseConfig.class - [JAR]

com.github.wujiuye.r2dbc.config

├─ com.github.wujiuye.r2dbc.config.ConnectionConfig.class - [JAR]

├─ com.github.wujiuye.r2dbc.config.ConnectionPoolConfig.class - [JAR]

com.github.wujiuye.r2dbc.mode

├─ com.github.wujiuye.r2dbc.mode.BaseModeConnectionFactory.class - [JAR]

com.github.wujiuye.r2dbc.annotation

├─ com.github.wujiuye.r2dbc.annotation.DynamicDataSourceAop.class - [JAR]

├─ com.github.wujiuye.r2dbc.annotation.R2dbcDataBase.class - [JAR]

Advertisement