Commit f023b4ba7a9ea32930ac5e29978d9787bc20788c

Authored by yanghl
1 parent e70a299f

chore(skills): JDK 统一用最新 LTS Java 25

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
skills/plan/project-init/templates/docs-04-stack-template.md
... ... @@ -22,7 +22,7 @@
22 22 | 权限认证 | Spring Security / JWT | 最新稳定版 | 登录认证、权限控制 |
23 23 | API 文档 | OpenAPI / Swagger | 最新稳定版 | 接口文档与调试 |
24 24 | 项目构建管理 | Gradle (Kotlin DSL) | 最新稳定版(8.x / 9.x) | Java 项目依赖与构建;统一用 Gradle Wrapper (`./gradlew`),构建脚本 `build.gradle.kts` |
25   -| JDK 运行环境 | Java | 21 / 25 | Spring Boot 4 基线 Java 17+,推荐 LTS 21 / 25 |
  25 +| JDK 运行环境 | Java | 25(最新 LTS) | Spring Boot 4 基线 Java 17+,统一用最新 LTS Java 25 |
26 26 | 部署容器 | Docker | 最新稳定版 | 容器化部署 |
27 27 | Web 服务器 / 反向代理 | Nginx | 最新稳定版 | 前端托管、反向代理、负载分发 |
28 28 | 日志管理 | Logback | 默认集成 / 最新稳定版 | 应用日志输出 |
... ...