Creating a Todo App with Java Spring Boot (Part 1) | Project Setup and First Controller #tutorial

Channel:
Subscribers:
1,420
Published on ● Video Link: https://www.youtube.com/watch?v=se0wZQRHWUY



Category:
Tutorial
Duration: 30:36
1,951 views
46


Let's put together a Todo Application but with a bit more of a "real world" app feel. I want to explore several common application features and behaviors through this project, so it's going to be more than one episode.

đź”—Source Code: https://github.com/erikyuzwa/spring-boot-todo/releases/tag/v0.1

đź”—Timestamps:
00:00 - Introduction
00:22 - Generate Project on start.spring.io
02:48 - Open Project in VS Code
06:55 - Run Spring Boot Dashboard extension
11:05 - Create TodoItem Model
17:00 - Create TodoItemRepository
20:10 - Create PageController
22:50 - Update application.properties for H2 Database

đź”—Resources & Links mentioned in this video:

Spring Initializr: https://start.spring.io/​
Visual Studio Code: https://code.visualstudio.com/
Java Extension Pack: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack
Lombok Annotations Support for VS Code: https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok
Spring Boot Extension Pack: https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-boot-dev-pack

👋🏻Connect with me:
Website: https://erikyuzwa.com
Twitter: https://twitter.com/eyuzwa
Github: https://github.com/erikyuzwa







Tags:
tutorial
spring boot
java