Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 618 Bytes

File metadata and controls

13 lines (7 loc) · 618 Bytes

Quest "Spring 01: Start"

Educational exercise from Wild Code School

This quest teaches how to initialize a project with Spring Initializr (Maven, POM file, project structuration).

The aim is to create routes to display the name of a specific Doctor Who depending on his number. It introduces the use of a Controller with the use of @GetMapping and @ResponseBody annotations.

screen capture

screen capture