spring-boot-crud-patterns
仓库创建 2025年10月21日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由
面向功能的架构与校验流程,能快速产出一致的后端骨架代码。
这个 Skill 做什么
生成并验证针对 Spring Boot 的完整 CRUD 工作流与分层架构模板。
把一个功能从数据层到接口层的完整 CRUD 流程模板化:包含 JPA 聚合、Repository、DTO、Service 和 REST Controller 等分层代码骨架。适合建 Java 后端、定义 API、设计数据库操作与事务边界或生成样板代码时使用。特点是聚焦特性分层,帮你同时验证领域不变量和事务边界,避免常见反模式。
▸ 展开 SKILL.md 英文原文
Provides and generates complete CRUD workflows for Spring Boot 3 services. Creates feature-focused architecture with Spring Data JPA aggregates, repositories, DTOs, controllers, and REST APIs. Validates domain invariants and transaction boundaries. Use when modeling Java backend services, REST API endpoints, database operations, web service patterns, or JPA entities for Spring Boot applications.
311
Stars
37
Forks
40
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-java/skills/spring-boot-crud-patterns/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-java/skills/spring-boot-crud-patterns/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Spring Boot CRUD Patterns ## Overview Provides complete CRUD workflows for Spring Boot 3.5+ services using feature-focused architecture. Creates and validates domain aggregates, JPA repositories, application services, and REST controllers with proper separation of concerns. Defer detailed code listings to reference files for progressive disclosure. ## When to Use - Create REST endpoints for create/read/update/delete workflows backed by Spring Data JPA. - Implement feature packages following DDD-inspired architecture with aggregates, repositories, and application services. - Define DTO records, request validation, and controller mappings for external clients. - Diagnose CRUD regressions
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有