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 9
Spring Security: Configuration
Content Locked
Section 7
Actuator Security
Now that Spring Boot has backed off Security, we have a little bit of an issue with our actuator endpoints. Right now, they are all wide open, so any user can get to them. In some cases, this might be ok but in most it's probably not. Let's think about some rules that we want to incorporate for our actuator endpoints.