Book Image

Getting Started with Spring Boot 2 [Video]

By : Dan Vega
Book Image

Getting Started with Spring Boot 2 [Video]

By: Dan Vega

Overview of this book

This course offers hands-on experience building Spring Framework applications using Spring Boot. The first thing that is going to stand out is that we are going to move away from the boring, non-useful demos. In the new course, we are going to build a practical application from start to finish. While we are creating this application together, we will take a look at some of the new features Spring Framework 5 & Spring Boot 2 have to offer. By taking this course you will have the latest skills that you need to build real applications using the Spring Framework. What is Spring Boot? Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". Spring Boot takes an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. Spring Boot is the starting point for building all Spring-based applications. Spring Boot is designed to get you up and running as quickly as possible, with a minimal upfront configuration of Spring. - The new features in Spring Boot 2 & Spring Framework 5 - Spring MVC - SPring Security & Thymeleaf - Spring Data JPA - Spring Boot Essentials Gain hands-on experience building Spring Framework applications using Spring Boot 2
Table of Contents (15 chapters)
Chapter 12
Comments
Content Locked
Section 2
List Comments
Now that we have some data in our database, we need to list out the comments on our link page.