Loading...
Loading...
Provide repeatable CRUD workflows for Spring Boot 3 services with Spring Data JPA and feature-focused architecture; apply when modeling aggregates, repositories, controllers, and DTOs for REST APIs.
npx skill4agent add giuseppe-trisciuoglio/developer-kit spring-boot-crud-patternsspring-boot-starter-webspring-boot-starter-data-jpa@RequiredArgsConstructorjakarta.validationResponseStatusExceptionfeature/<name>/domainapplicationpresentationinfrastructurecreateupdatedomain/repositoryinfrastructure/persistenceJpaRepositoryapplication/servicepresentation/restreferences/examples-product-feature.mdProduct.createMoneyStock@Entity@Service@TransactionalJpaRepository<ProductEntity, String>application.ymlreferences/spring-official-docs.mdProductController/api/productsResponseEntity201 Created200 OK204 No Content@Valid@ControllerAdviceResponseStatusExceptionreferences/examples-product-feature.md@DataJpaTestinfopython skills/spring-boot/spring-boot-crud-patterns/scripts/generate_crud_boilerplate.py --spec entity.json --package com.example.product --output ./generatedskills/spring-boot/spring-boot-crud-patterns/templates/--templates-dir <path>templates/README.mdskills/spring-boot/spring-boot-crud-patterns/assets/specs/product.jsonskills/spring-boot/spring-boot-crud-patterns/assets/specs/product_with_rel.json