hotkit-r2dbc

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

License

License

GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

hotkit-r2dbc
Last Version

Last Version

2021.001.RC
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/wujiuye/hotkit-r2dbc
Source Code Management

Source Code Management

https://github.com/wujiuye/hotkits

Download hotkit-r2dbc

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-r2dbc/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>hotkit-r2dbc</artifactId>
    <version>2021.001.RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-r2dbc/
implementation 'com.github.wujiuye:hotkit-r2dbc:2021.001.RC'
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-r2dbc/
implementation ("com.github.wujiuye:hotkit-r2dbc:2021.001.RC")
'com.github.wujiuye:hotkit-r2dbc:jar:2021.001.RC'
<dependency org="com.github.wujiuye" name="hotkit-r2dbc" rev="2021.001.RC">
  <artifact name="hotkit-r2dbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='hotkit-r2dbc', version='2021.001.RC')
)
libraryDependencies += "com.github.wujiuye" % "hotkit-r2dbc" % "2021.001.RC"
[com.github.wujiuye/hotkit-r2dbc "2021.001.RC"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.data : spring-data-r2dbc jar 1.1.0.RELEASE
io.r2dbc : r2dbc-pool jar 0.8.2.RELEASE

Project Modules

There are no modules declared in this project.

hotkits

Java开发通用组件集合。

该项目包含的组件

  • hotkit-json:json适配器组件,让切换json解析框架只需要切换依赖包即可。使用方式见该模块下的README.MD
  • hotkit-json-adapter:hotkit-json-adapter是hotkit-json适配springbootstarter包,自动将webmvcwebfluxjson解析工作交给hotkit-json完成,以此让整个项目使用同一套json解析配置。使用方式见该模块下的README.MD
  • hotkit-redis:Redis客户端适配器组件,让切换Redis客户端框架只需要切换依赖包即可,提供反应式编程API。使用方式见该模块下的README.MD
  • hotkit-util:封装通用工具类,如加解密、SPI、反射、字符串、集合、多线程编程等
  • hotkit-spring-common:提供基于轮询的动态配置接口,实现自定义注解自动注入的后置处理器、多环境隔离的容器工厂

Versions

Version
2021.001.RC
1.2.0-RELEASE
1.1.1-RELEASE
1.1.0-RELEASE