How to manage REST API versioning with spring?
问题 I\'ve been searching how to manage a REST API versions using Spring 3.2.x, but I haven\'t find anything that is easy to maintain. I\'ll explain first the problem I have, and then a solution... but I do wonder if I\'m re-inventing the wheel here. I want to manage the version based on the Accept header, and for example if a request has the Accept header application/vnd.company.app-1.1+json , I want spring MVC to forward this to the method that handles this version. And since not all methods in