10 Productive Ways to Use Spring Boot [Video]
This video covers a variety of areas you should get familiar with when using Spring Boot, including managing your cache, authentication, and database management.
Join the DZone community and get the full member experience.
Join For FreeRecorded at SpringOne Platform 2016.
Speakers: Stéphane Nicoll, Brian Clozel
Slides: None, all live coding
Spring Boot DevTools is not the only new feature that boosts your productivity. During this live coding session, we’ll work on 10 common app features and see how Boot is making your life easier.
We’ll cover the following:
Development cycle with Devtools, H2 Web console, and persistent web sessions.
Manage custom error pages.
Managing the application cache.
Supporting OAuth2 in your app.
Using your custom AuthenticationPrincipal.
Using a persistent database in production.
Evolving your database schema with Flyway.
Custom Boot configuration (key hint, metadata).
Gathering and exporting app metrics.
Dealing with static resources in web apps.
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments