From 9c6fdcc20b2380f5625cb3282a0417e0422cfa55 Mon Sep 17 00:00:00 2001 From: chuck1in Date: Mon, 2 Sep 2024 20:00:23 +0800 Subject: [PATCH] 1.2.0 fix readme --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e3e2b6a..edeee84 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,17 @@ [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/) -| 技术栈 | 版本号 | | -|----------------|--------|----------------| -| OpenJdk | 17 | | -| SpringBoot | 3.2.5 | 核心框架 | -| SpringDoc | 2.2.0 | 生成 OpenAPI 文档 | -| TestContainers | 1.19.7 | 为测试环境提供容器支持 | -| Jooq | 3.18.6 | 生成类型安全的 SQL 查询 | -| Gradle | 8.7 | 自动化构建工具 | -| Pmd | 6.55.0 | 静态代码分析工具 | -| Spotless | 6.25.0 | 代码格式化 | -| ... | ... | ... | +| 技术栈 | 版本号 | | +|----------------|---------|----------------| +| OpenJdk | 17/21 | LTS | +| SpringBoot | 3.3.3 | 核心框架 | +| SpringDoc | 2.6.0 | 生成 OpenAPI 文档 | +| TestContainers | 1.20.1 | 为测试环境提供容器支持 | +| Jooq | 3.19.11 | 生成类型安全的 SQL 查询 | +| Gradle | 8.10.0 | 自动化构建工具 | +| Pmd | 7.5.0 | 静态代码分析工具 | +| Spotless | 6.25.0 | 代码格式化 | +| ... | ... | ... | ## 快速开始 🍉