./gradlew clean build
java -jar build/libs/springboot-converter-poc-0.0.1-SNAPSHOT.jar
curl -v http://localhost:8080/example/v2/foo
curl -v http://localhost:8080/example/v2/FOO
curl -v http://localhost:8080/example/v1/FOO
curl -v http://localhost:8080/example/v1/foo