Java Spring Boot development guidelines with best practices for building robust, secure, and maintainable enterprise applications
25
14%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./java-spring-development/SKILL.mdOrganize code using the standard layered pattern:
project/
├── controllers/ # REST controllers
├── services/ # Business logic
├── repositories/ # Data access layer
├── models/ # Domain entities and DTOs
└── configurations/ # Spring configurations@RequiredArgsConstructor with Lombok for cleaner code@Qualifier when multiple implementations exist05a7130
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.