skills/smithery.ai/spring-boot-web-api

spring-boot-web-api

Installation
SKILL.md

Spring Boot Web API Layer

REST API implementation patterns for Spring Boot 4 with Spring MVC and WebFlux.

Technology Selection

Choose When
Spring MVC JPA/JDBC backend, simpler debugging, team knows imperative style
Spring WebFlux High concurrency (10k+ connections), streaming, reactive DB (R2DBC)

With Virtual Threads (Java 21+), MVC handles high concurrency without WebFlux complexity.

Core Workflow

Installs
2
First Seen
Mar 19, 2026
spring-boot-web-api from smithery.ai