docs: 更新 README 文档

This commit is contained in:
2025-03-17 21:57:12 +08:00
parent 2b3de0c67e
commit 071aef759a

View File

@@ -4,7 +4,7 @@
<img src="https://img.shields.io/maven-central/v/top.continew/continew-starter.svg?label=Maven%20Central&logo=sonatype&logoColor=FFF" alt="Release" />
</a>
<a href="https://spring.io/projects/spring-boot" title="Spring Boot" target="_blank">
<img src="https://img.shields.io/badge/Spring Boot-3.2.12-%236CB52D.svg?logo=Spring-Boot" alt="Spring Boot" />
<img src="https://img.shields.io/badge/Spring Boot-3.3.9-%236CB52D.svg?logo=Spring-Boot" alt="Spring Boot" />
</a>
<a href="https://github.com/continew-org/continew-starter" title="Open JDK" target="_blank">
<img src="https://img.shields.io/badge/Open JDK-17-%236CB52D.svg?logo=OpenJDK&logoColor=FFF" alt="Open JDK" />
@@ -167,8 +167,9 @@ continew-starter
├─ continew-starter-security安全模块
│ ├─ continew-starter-security-crypto加密字段加解密
│ ├─ continew-starter-security-mask脱敏JSON 数据脱敏)
│ ├─ continew-starter-security-limiter限流
│ └─ continew-starter-security-password密码编码器
├─ continew-starter-ratelimiter限流模块
├─ continew-starter-idempotent幂等模块
├─ continew-starter-captcha验证码模块
│ ├─ continew-starter-captcha-graphic静态验证码
│ └─ continew-starter-captcha-behavior动态验证码