Download to read offline








![<david.schmitz@senacor.com>
Demo - Hello World REST
Controller
$ curl http://localhost:8080/helloworld/ [{"id":"1","greeting":"Kosice="},
{"id":"2","greeting":"Bonn="},
{"id":"3","greeting":"Duesseldorf="}]](https://image.slidesharecdn.com/spring-boot-160320152509/75/Spring-boot-Getting-Started-9-2048.jpg)






This document discusses Spring Boot concepts like repositories, entities, controllers and applications. It provides code examples for a basic Hello World REST API built with Spring Boot, including defining an entity, repository, and controller. It also outlines steps for building a TODO list application with Spring Boot, defining TODO list and item resources with corresponding controllers and repositories. The document concludes by thanking attendees.