Book Image

Learning Spring Boot [Video]

By : Greg L. Turnquist
Book Image

Learning Spring Boot [Video]

By: Greg L. Turnquist

Overview of this book

<p>Learning Spring Boot will help developers, beginner and seasoned, learn how to build powerful apps fast. We’ll introduce core pieces of Spring Boot and show how easy it is to focus on building functionality without getting hung up on unnecessary infrastructure and tedious low level APIs. All examples are built using the Spring Initializr site and a modern IDE.</p> <h1>Style and Approach</h1> <p>This video course leads you through an example applications which you can use as a scaffold for your own projects going forward. Each section works through a concept with real-world implementation detail that shows you how to get the job done in a practical, engaging problem domain.</p>
Table of Contents (13 chapters)
Free Chapter
1
Buiding a Spring Boot app from scratch with Spring Initializr
13
Securing Operations with Authorization Rules
Chapter 6
Adding Spring Boot Actuator
Content Locked
Section 2
Exploring the Auto-configuration Report
How do you figure out what Spring Boot automatically configured for you? - Inspect the web-based autoconfig report - Ask for a copy of the report inside your code - Check out the report on the command line