Write java code to Build an API versioning system with header-based routing using Spring Boot. reads API version from Accept header; routes to appropriate version handler; returns versioned response. Structure the project as: src/main/java/controllers/v1/, controllers/v2/, config/. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.