Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

api-versioning

Étoiles8
Forks4
Mis à jour15 juillet 2026 à 20:18

Version REST endpoints with Spring Framework 7's first-class API versioning — the `version` attribute on @GetMapping/@RequestMapping plus ApiVersionConfigurer, instead of manual path routing or separate controllers. Use when a task in a Boot 4 / FW 7 project is about evolving an API you EXPOSE while keeping old clients working — "v1 vs v2 endpoint", "version this response", header/media-type/path versioning, deprecation/Sunset headers — even if the user never mentions a version (check the build file). Do NOT use for choosing a client to CALL a versioned API (see http-interface-clients), or for general request mapping unrelated to versions.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly