/quest-spring-route

Educational exercise from Wild Code School about routes management with controllers.

Primary LanguageJava

Quest "Spring 02: On the road"

Educational exercise from Wild Code School

This quest teaches how to adapt a route's behaviour depending on a variable number used as a @PathVariable.

It's asked to return:

  • a JSON containing the number and the name of the thirteenth actress who played Doctor who for number = 13
  • a 303 error for a number between 0 and 12
  • a 404 error in all other cases

screen capture

screen capture

screen capture

screen capture