Skip to content

Commit ee7a82d

Browse files
authored
Merge pull request #973 from loong024/fix-doc-grpc-spring-boot-starter
文档中的spring boot版本和实际使用版本不对应
2 parents 68c786a + 0b13668 commit ee7a82d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README-zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)
4040

4141
## 版本
4242

43-
最新版本是 `2.15.0.RELEASE` 它能跟 Spring-Boot `2.7.14` 和 Spring-Cloud `2021.0.8` 搭配使用。 但它也与各种其他版本兼容。 我们的 [文档](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html) 中可以找到所有版本及其相应的库版本的概览。
43+
最新版本是 `2.15.0.RELEASE` 它能跟 Spring-Boot `2.7.16` 和 Spring-Cloud `2021.0.8` 搭配使用。 但它也与各种其他版本兼容。 我们的 [文档](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html) 中可以找到所有版本及其相应的库版本的概览。
4444

4545
**注意:** 该项目也可以在没有 Spring-Boot 的情况下使用,但是您需要手动配置一些 bean。
4646

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)
5050

5151
## Versions
5252

53-
The latest version is `2.15.0.RELEASE` it was compiled with spring-boot `2.7.14` and spring-cloud `2021.0.8`
53+
The latest version is `2.15.0.RELEASE` it was compiled with spring-boot `2.7.16` and spring-cloud `2021.0.8`
5454
but it is also compatible with a large variety of other versions.
5555
An overview of all versions and their respective library versions can be found in our [documentation](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html).
5656

docs/en/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Current version.
6161

6262
| Version | spring-boot | spring-cloud | gRPC | Date |
6363
|:-------:|:-----------:| :----------: |:------:|----------:|
64-
| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | Sep, 2023 |
64+
| 2.15.0 | 2.7.16 | 2021.0.8 | 1.58.0 | Sep, 2023 |
6565
| 2.14.0 | 2.6.13 | 2021.0.5 | 1.51.0 | Nov, 2022 |
6666
| 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | Jan, 2022 |
6767
| 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | Nov, 2021 |

docs/zh-CN/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
| 版本 | spring-boot | spring-cloud | gRPC | 日期 |
5252
|:------:|:-----------:|:------------:|:------:|---------:|
53-
| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | 2023年9月 |
53+
| 2.15.0 | 2.7.16 | 2021.0.8 | 1.58.0 | 2023年9月 |
5454
| 2.14.0 | 2.6.13 | 2021.0.5 | 1.51.0 | 2022年11月 |
5555
| 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | 2022年1月 |
5656
| 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | 2021年11月 |

0 commit comments

Comments
 (0)