From dbc75bd7373de3a5781ab9d45248d4d332061891 Mon Sep 17 00:00:00 2001 From: Freeman Liu Date: Tue, 24 Sep 2024 22:09:14 +0800 Subject: [PATCH] Update docs --- website/docs/40-configuration-properties.md | 2 +- website/docs/50-version.mdx | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/website/docs/40-configuration-properties.md b/website/docs/40-configuration-properties.md index dba11e5..431fb73 100644 --- a/website/docs/40-configuration-properties.md +++ b/website/docs/40-configuration-properties.md @@ -318,4 +318,4 @@ This page was generated by [spring-configuration-property-documenter](https://gi | enabled| java.lang.Boolean| Whether to enable validation, default is \{@code true}.| true| | | order| java.lang.Integer| Validating interceptor order, default is \{@code 0}.| 0| | -This is a generated file, generated at: **2024-09-24T21:22:55.589820** +This is a generated file, generated at: **2024-09-24T22:09:25.311747** diff --git a/website/docs/50-version.mdx b/website/docs/50-version.mdx index d509591..d0a000e 100644 --- a/website/docs/50-version.mdx +++ b/website/docs/50-version.mdx @@ -2,7 +2,7 @@ sidebar_position: 50 --- -# Version Matrix +# Version [`grpc-starter-dependencies`](https://central.sonatype.com/artifact/io.github.danielliu1123/grpc-starter-dependencies) provides dependency management for gRPC and Protobuf, so you only need to use the version @@ -15,9 +15,12 @@ of `grpc-starter-dependencies` aligned with Spring Boot. | 3.1.x | 3.1.8 | 1.59.1 | 3.25.1 | | 2.x (>= 2.4.0) | 2.1.6 | 1.59.1 | 3.25.1 | -:::tip If you want to find the versions of `grpc-java` and `protobuf-java` used by `grpc-starter-dependencies`, you can check [grpc-starter-dependencies](https://central.sonatype.com/artifact/io.github.danielliu1123/grpc-starter-dependencies). + +:::tip +The version of `grpc-starter-dependencies` is aligned with Spring Boot, +we check the latest version of Spring Boot daily and release the corresponding version. ::: ## Release Notes to be Noticed