Przewodnik frameworka JavaEE.
Tutorial YouTube (Spring Boot Quick Start) by JavaBrains (Koushik Kothagal) (USA)
1. Introduction
2. About The Course
3.What is Spring Boot
4.Spring and some of its problems
5.What Spring Boot gives us
6. Setting Up Development Environment
7.Maven
8. Creating a Spring Boot project
9.Starting a Spring Boot application
10. Spring Boot startup steps
11. Adding a REST Controller
12. Returning Objects From Controller
13. What’s Happening Here: Bill of Materials
14. What’s Happening Here: Embedded Servlet Container
15. How Spring MVC Works
16. The REST API we’ll build
17. Creating a business service
18. Getting a single resource
19. Creating a new resource using POST
20. Implementing Update and Delete
21. Unit Overview
22. Using Spring Initializr
Created CRUD – code