Skip to content

Commit 715c13e

Browse files
Adapter v1.x README.adoc
1 parent e5d5323 commit 715c13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:https://img.shields.io/badge/maven%20central-v3.0.1-blue.svg["Maven Centra
22
image:https://img.shields.io/hexpm/l/plug.svg["Apache 2",link="http://www.apache.org/licenses/LICENSE-2.0"]
33

44

5-
= Spring Boot Starter for Multi Data Source (Spring Boot 3)
5+
= Spring Boot Starter for Multi Data Source (Spring Boot 2)
66

77
This project is a multi-datasource auto-configuration project based on https://spring.io/projects/spring-boot/[Spring Boot Starter].
88
It simplifies the complex process of creating multiple data sources, requiring only configuration of properties, just like in a typical Spring Boot project.
@@ -17,7 +17,7 @@ To use Redis multi-data sources, you need to add the Redis Multi Sources Spring
1717
<dependency>
1818
<groupId>com.childrengreens</groupId>
1919
<artifactId>redis-multi-source-spring-boot-starter</artifactId>
20-
<version>2.0</version>
20+
<version>1.0</version>
2121
</dependency>
2222
----
2323
Add the following configuration to your properties file.

0 commit comments

Comments
 (0)