spring-boot-4
✓Spring Boot 4 倉庫開發規範。當創建 Controller、Service、Entity、Repository 或倉庫 API 時自動使用。
SKILL.md
本项目使用 Spring Boot 4.0.1 + JPA + MySQL 8 技术栈。
| Spring Boot | 4.0.1 | Web 框架 | | Spring Data JPA | 3.4.x | 数据访问 | | Hibernate | 7.x | ORM | | MySQL | 8.0 | 数据库 | | JSpecify | 1.0.0 | Null 安全 | | SpringDoc | 2.8.x | API 文档 | | Lombok | - | 简化代码 |
| 包名 | 小写 | com.taichu.yingjiguanli.modules.user | | 类名 | PascalCase | UserController, UserService | | 方法名 | camelCase | findById, createUser | | 变量名 | camelCase | userName, createdAt | | 常量名 | UPPERSNAKE | MAXPAGESIZE | | 表名 | snakecase | sysuser, torder | | 字段名 | snakecase | username, createdat |
Spring Boot 4 倉庫開發規範。當創建 Controller、Service、Entity、Repository 或倉庫 API 時自動使用。 來源:m19803261706/springboot-vben-admin。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/m19803261706/springboot-vben-admin --skill spring-boot-4- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 spring-boot-4?
Spring Boot 4 倉庫開發規範。當創建 Controller、Service、Entity、Repository 或倉庫 API 時自動使用。 來源:m19803261706/springboot-vben-admin。
如何安裝 spring-boot-4?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/m19803261706/springboot-vben-admin --skill spring-boot-4 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/m19803261706/springboot-vben-admin