spring-web
SKILL.md
Spring Web MVC Advanced
Deep Knowledge: Use
mcp__documentation__fetch_docswith technology:spring-webfor comprehensive documentation.
Quick Start
@RestController
@RequestMapping("/api/v1")
@RequiredArgsConstructor
public class ApiController {
private final RestClient restClient;