Spring Boot - REST Controllers
How can you define a base path
/api/v2 and override it for a specific method to respond at /special (not under base path) in the same controller?