Java Spring Boot development guidelines with best practices for building robust, secure, and maintainable enterprise applications
25
14%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
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.