Skip to content

Commit

Permalink
Merge pull request #973 from loong024/fix-doc-grpc-spring-boot-starter
Browse files Browse the repository at this point in the history
文档中的spring boot版本和实际使用版本不对应
  • Loading branch information
yidongnan authored Oct 8, 2023
2 parents 68c786a + 0b13668 commit ee7a82d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)

## 版本

最新版本是 `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) 中可以找到所有版本及其相应的库版本的概览。
最新版本是 `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) 中可以找到所有版本及其相应的库版本的概览。

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)

## Versions

The latest version is `2.15.0.RELEASE` it was compiled with spring-boot `2.7.14` and spring-cloud `2021.0.8`
The latest version is `2.15.0.RELEASE` it was compiled with spring-boot `2.7.16` and spring-cloud `2021.0.8`
but it is also compatible with a large variety of other versions.
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).

Expand Down
2 changes: 1 addition & 1 deletion docs/en/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Current version.

| Version | spring-boot | spring-cloud | gRPC | Date |
|:-------:|:-----------:| :----------: |:------:|----------:|
| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | Sep, 2023 |
| 2.15.0 | 2.7.16 | 2021.0.8 | 1.58.0 | Sep, 2023 |
| 2.14.0 | 2.6.13 | 2021.0.5 | 1.51.0 | Nov, 2022 |
| 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | Jan, 2022 |
| 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | Nov, 2021 |
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

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

0 comments on commit ee7a82d

Please sign in to comment.