@RestController
Fleeting- Référence externe : https://spring.io/guides/tutorials/rest/
Tutorial | Building REST services with Spring
@RestController indicates that the data returned by each method will be written straight into the response body instead of rendering a template.