spring-microservices
SKILL.md
Spring Microservices Skill
Master building cloud-native microservices with Spring Cloud including service discovery, centralized configuration, API gateway, and resilience patterns.
Overview
This skill covers the complete Spring Cloud ecosystem for production-grade microservices architecture.
Parameters
| Name | Type | Required | Default | Validation |
|---|---|---|---|---|
discovery |
enum | ✗ | eureka | eureka | consul | kubernetes |
gateway |
enum | ✗ | spring-cloud-gateway | spring-cloud-gateway | zuul |
resilience |
enum | ✗ | resilience4j | resilience4j | hystrix |