From a73d5f1acb909ccd0119d9fd21e701d7e5e79096 Mon Sep 17 00:00:00 2001 From: ReLive27 Date: Wed, 6 Nov 2024 21:48:00 +0800 Subject: [PATCH] Update README.md --- README.md | 15 ++++----------- README_CN.md | 13 +++++-------- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 8cbe77f..69dd6bc 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,11 @@ Server. - [How to Protect and Manage Spring Authorization Server JWT Keys with Vault](https://relive27.github.io/blog/oauth2-vault) - ... -## Description of applicable version +## Spring Framework Version -| Project Branch | Spring Security | Spring Authorization Server | -| ----- |----------------- | ------- | -| main | 6.1.5 | 1.2.1 | -| 1.0.1 | 6.0.2 | 1.0.1 | -| 0.4.1 | 5.7.7 | 0.4.1 | -| 0.3.1 | 5.6.3 | 0.3.1 | +| Spring Boot | Spring Cloud | Spring Authorization Server | Spring Security | +| ---------------- | ----------------- |----------------- | -------- | +| 3.1.5 | 2022.0.4 | 1.2.1 | 6.1.5 | ## Building from Source @@ -73,10 +70,6 @@ git clone git@github.com:ReLive27/spring-security-oauth2-sample.git [Pull requests](https://help.github.com/articles/creating-a-pull-request) are welcome. -## Star History - -[![Star History Chart](https://api.star-history.com/svg?repos=ReLive27/spring-security-oauth2-sample&type=Date)](https://star-history.com/#/ReLive27/spring-security-oauth2-sample&Date) - ## License spring-oauth2-sample is Open Source software released under the diff --git a/README_CN.md b/README_CN.md index 4793eaa..bb4feeb 100644 --- a/README_CN.md +++ b/README_CN.md @@ -36,14 +36,11 @@ Security 6 之上, 这里的模块涵盖了 Spring Authorization Server 的许 - [如何用 Vault 保护和管理 Spring Authorization Server JWT 密钥](https://relive27.github.io/blog/oauth2-vault) - ... -## 适用版本说明 - -| Project Branch | Spring Security | Spring Authorization Server | -| ----- |----------------- | ------- | -| main | 6.1.5 | 1.2.1 | -| 1.0.1 | 6.0.2 | 1.0.1 | -| 0.4.1 | 5.7.7 | 0.4.1 | -| 0.3.1 | 5.6.3 | 0.3.1 | +## Spring 框架版本 + +| Spring Boot | Spring Cloud | Spring Authorization Server | Spring Security | +| ---------------- | ----------------- |----------------- | -------- | +| 3.1.5 | 2022.0.4 | 1.2.1 | 6.1.5 | ## 构建项目