Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Spring Boot Development Patterns

poraffaan-m·affaan-m· v1.0.0 · atualizado em 2026-04-10
80
Score

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

spring-bootjavabackend-developmentrest-apidata-accesscachingasync-processing
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdspringboot-patterns/workflow
1. Define REST API endpoints using `@RestController` and `@RequestMapping`.
2. Implement data access using Spring Data JPA and the Repository pattern.
3. Create service layer with `@Service` and `@Transactional` for business logic.
4. Define DTOs (Data Transfer Objects) for request and response payloads with validation.
5. Implement global exception handling using `@ControllerAdvice`.
6. Add caching using `@Cacheable` and `@CacheEvict` annotations.
7. Implement asynchronous processing using `@Async` annotation.
8. Add logging using SLF4J.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSolana Development Skill (framework-kit-first)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aCoder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aElysiaJS Development Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84

Árvore do Skill

Spring Boot Development Patterns
springboot-patterns
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
develop a Spring Boot applicationimplement REST API with Spring Bootuse Spring Data JPA for data accessadd caching to a Spring Boot serviceimplement asynchronous processing in Spring Bootadd logging to a Spring Boot applicationimplement exception handling in Spring Bootimplement rate limiting in Spring Boot

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download springboot-patterns
$ synaptic skills detail springboot-patterns
$ synaptic skills live springboot-patterns

Dependências

SLF4JLombokBucket4j

Links

GitHub Repository