Creating a Todo App with Java Spring Boot (Part 2) | Nested model structure | #tutorial #java
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.2
đź”—Timestamps:
00:00 - Introduction
01:00 - H2 Console
03:35 - Looking at the database
05:00 - TodoList model and using OneToMany
08:30 - Updating ManyToOne relationship to TodoList in TodoItem
13:00 - Returning Model data in the View
18:50 - Verifying data creation in H2 console
đź”—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