Abc spring boot skills
Build Spring Boot 4.x applications following best practices. Covers how to use Spring MVC, Spring Data, and Spring Security.From its SKILL.md
npx -y skills add abchatterjee7/abc-spring-boot-skillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 175 tokens by cl100k_base, as published. Nobody here has run it
ABC Spring Boot Skills
Develop Spring Boot applications using the following best practices.
Spring Boot Package Structure
Follow a domain-driven, modular architecture where packages are organized by business modules rather than technical layers.
Read references/code-organization.md for more details on organizing code in Spring Boot projects.
JPA
While using JPA and Hibernate for the database persistence, follow the guidelines in references/jpa.md.
Spring Data JPA
While using Spring Data JPA, implement the Repository layer by following the guidelines in references/spring-data-jpa.md.
Business/Service Logic Implementation
Implement the business logic in service layer follow the guidelines in references/spring-service-layer.md.
Spring MVC REST APIs
Implement REST APIs using Spring MVC by following the guidelines in references/spring-webmvc-rest-api.md.
What ships with it: 9 files
29.8 KB alongside SKILL.md, 1 of them executable
references/
- code-organization.md4.6 KB
- jpa.md5.5 KB
- spring-data-jpa.md2.4 KB
- spring-service-layer.md3.3 KB
- spring-webmvc-rest-api.md9.3 KB
- .gitignore531 B
- install.shruns1.5 KB
- LICENSE1.1 KB
- README.md1.6 KB