You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/10/27 10:50:24 UTC

[shardingsphere] branch master updated: add springboot version (#21801)

This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new aeb3fe2293a add springboot version (#21801)
aeb3fe2293a is described below

commit aeb3fe2293a04530d4a4ab3663f64f886e774d54
Author: Mike0601 <40...@users.noreply.github.com>
AuthorDate: Thu Oct 27 18:50:17 2022 +0800

    add springboot version (#21801)
---
 .../shardingsphere-jdbc/spring-boot-starter/_index.cn.md            | 6 ++++++
 .../shardingsphere-jdbc/spring-boot-starter/_index.en.md            | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/spring-boot-starter/_index.cn.md b/docs/document/content/user-manual/shardingsphere-jdbc/spring-boot-starter/_index.cn.md
index e77f2a63160..7fac15cadc8 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/spring-boot-starter/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/spring-boot-starter/_index.cn.md
@@ -8,6 +8,12 @@ chapter = true
 
 ShardingSphere-JDBC 提供官方的 Spring Boot Starter,使开发者可以非常便捷的整合 ShardingSphere-JDBC 和 Spring Boot。
 
+兼容 SpringBoot 版本支持列表如下 : 
+
+1. SpringBoot 1.x
+2. SpringBoot 2.x 
+3. SpringBoot 3.x (实验中)
+
 ## 使用步骤
 
 ### 引入 Maven 依赖
diff --git a/docs/document/content/user-manual/shardingsphere-jdbc/spring-boot-starter/_index.en.md b/docs/document/content/user-manual/shardingsphere-jdbc/spring-boot-starter/_index.en.md
index 59c379a0b7e..ed8b443d8e3 100644
--- a/docs/document/content/user-manual/shardingsphere-jdbc/spring-boot-starter/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-jdbc/spring-boot-starter/_index.en.md
@@ -8,6 +8,12 @@ chapter = true
 
 ShardingSphere-JDBC provides official Spring Boot Starter to make convenient for developers to integrate ShardingSphere-JDBC and Spring Boot.
 
+The list of compatible SpringBoot versions is as follows:
+
+1. SpringBoot 1.x
+2. SpringBoot 2.x
+3. SpringBoot 3.x (Experiental)
+
 ## Usage
 
 ### Import Maven Dependency