From the course: Spring Boot 3 Essential Training

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Next steps

Next steps

- [Instructor] So we've done a lot in this course, and you may be wondering, "What are your next steps?" But before we get there, I want to talk about what we've actually accomplished in this course. We looked at the very, very basics of how Spring Boot itself operates from the ground up. We've looked at data, how to access it, both embedded and external databases. We looked at how to build repositories and entities to serve that data. We built a web app where we serve templatized pages that have custom and dynamic data. We looked at leveraging various functions within that to build that web application in a way that we can make it extensible through extracting a service layer underneath it. We then consume that service layer by building out a RESTful API using Spring MVC. We also took a look at very basic security at Spring Boot, how to implement it with forms-based authentication and how to use it to protect an endpoint in your system. We also took a look at asynchronous messaging…

Contents