Openapi To Spring API

Ingests an OpenAPI specification (3.0/3.1/3.2, YAML or JSON, from a file, URL, or pasted text) and produces an idiomatic Spring Boot REST API contract — Java interfaces carrying all mapping and OpenAPI annotations, record DTOs, an RFC 9457 problem+json error model — plus test-first MockMvc contract tests against the interface. Targets the latest Java LTS and the current stable Spring Boot. Use when the user provides an OpenAPI or Swagger spec and asks to scaffold, generate, or implement a Spring Boot API from it, or asks for contract-first Spring Boot development.

kelly-griffith Updated

File contents

kelly-griffith/software-engineering-cursor-skills/tree/main/openapi-to-spring-api commit 41f0613db6

Frequently asked questions

npx skillmds@latest add kelly-griffith/openapi-to-spring-api