From f791910a9ad38369bebde8d24c2f93cfb66d0ef8 Mon Sep 17 00:00:00 2001 From: yanghl Date: Fri, 29 May 2026 22:57:24 +0800 Subject: [PATCH] chore(skills): 构建工具 Gradle 版本钉为 7.x 以对齐本机 gradle 7.5.1 --- skills/plan/project-init/templates/docs-04-stack-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/plan/project-init/templates/docs-04-stack-template.md b/skills/plan/project-init/templates/docs-04-stack-template.md index 1570982..3f71995 100644 --- a/skills/plan/project-init/templates/docs-04-stack-template.md +++ b/skills/plan/project-init/templates/docs-04-stack-template.md @@ -21,7 +21,7 @@ | 接口风格 | RESTful API | 统一规范 | 前后端接口设计规范 | | 权限认证 | Spring Security / JWT | 最新稳定版 | 登录认证、权限控制 | | API 文档 | OpenAPI / Swagger | 最新稳定版 | 接口文档与调试 | -| 项目构建管理 | Gradle (Kotlin DSL) | 最新稳定版(8.x / 9.x) | Java 项目依赖与构建;统一用 Gradle Wrapper (`./gradlew`),构建脚本 `build.gradle.kts` | +| 项目构建管理 | Gradle (Kotlin DSL) | 7.x(≥7.5) | Java 项目依赖与构建;统一用 Gradle Wrapper (`./gradlew`),构建脚本 `build.gradle.kts`;Spring Boot 3 要求 Gradle ≥ 7.5 | | JDK 运行环境 | Java | 17 / 21 | Spring Boot 3 推荐版本 | | 部署容器 | Docker | 最新稳定版 | 容器化部署 | | Web 服务器 / 反向代理 | Nginx | 最新稳定版 | 前端托管、反向代理、负载分发 | -- libgit2 0.22.2