Skip to content

Commit 1f90831

Browse files
committed
docs: 统一双语 README 头部格式与版本线说明(目录换行、JDK 版本线修正、锚点修复)
1 parent 9055367 commit 1f90831

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# security-jwt-extension
22

3-
![Java](https://img.shields.io/badge/Java-8-orange) ![License](https://img.shields.io/badge/License-Apache%202.0-blue)
3+
[English](./README.md) | [简体中文](./README.zh-CN.md)
44

55
JWT authentication and authorization utilities for Spring Security. This module extends the Spring Security authentication model with JWT-aware tokens and filters, for both the servlet (Web) and reactive (WebFlux) stacks.
66

README.zh-CN.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[English](./README.md) | [简体中文](./README.zh-CN.md)
44

5-
![Java](https://img.shields.io/badge/Java-8-orange) ![License](https://img.shields.io/badge/License-Apache%202.0-blue)
6-
75
面向 Spring Security 的 JWT 认证与授权工具。本模块为 Spring Security 认证模型补充 JWT 感知的 Token 与过滤器,同时覆盖 Servlet(Web)与响应式(WebFlux)技术栈。
86

97
## 目录

0 commit comments

Comments
 (0)