Konubinix' opinionated web of thoughts

@RestController

Fleeting

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.