Skip to content

Conversation

@sandipk09roy-pixel
Copy link
Contributor

Added spring-boot-api-versioning module
This module demonstrates four API versioning strategies in Spring Boot:

  • Path versioning (/api/v1/users)
  • Parameter versioning (/api/users?version=1)
  • Header versioning (X-API-VERSION)
  • Content negotiation (Accept: application/vnd.example.users-v1+json)
    Features:
  • Separate controllers and models per version
  • Actuator mappings for endpoint verification
  • README with curl examples and learning outcomes

@sandipk09roy-pixel
Copy link
Contributor Author

Hello, all checks have passed, and the module is ready. Please let me know if any further changes are needed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant