jar

com.github.wujiuye : hotkit-r2dbc

Maven & Gradle

Mar 05, 2021
6 stars

hotkit-r2dbc · hotkits项目集合中的一员,hotkit-r2dbc是对spring-data-r2dbc的扩展,为反应式编程提供声明式和编程式多数据源动态切换的支持。

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
2021.001.x
1.2.x
1.1.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 hotkit-r2dbc-2021.001.RC.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wujiuye.hotkit.r2dbc.config

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

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

com.wujiuye.hotkit.r2dbc

├─ com.wujiuye.hotkit.r2dbc.HotkitR2dbcAutoConfiguration.class - [JAR]

├─ com.wujiuye.hotkit.r2dbc.HotkitR2dbcRoutingConnectionFactory.class - [JAR]

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

com.wujiuye.hotkit.r2dbc.mode.ms

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

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

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

com.wujiuye.hotkit.r2dbc.mode

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

com.wujiuye.hotkit.r2dbc.mode.cluster

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

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

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

com.wujiuye.hotkit.r2dbc.annotation

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

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