Guide to enable and configure Spring Security 5 OAuth 2 Login in Spring or Spring Boot Applications using Google, Facebook, Okta and Github
Spring Boot Tutorials
Tutorials on the basic concepts and features of Spring Boot Framework.
Spring MVC with Functional Web Framework Example
Example of Spring MVC with Functional endpoints. Step by Step guide to use Router Functions and Handlers in a Spring/Spring Boot application
Using Functional Web Framework in Spring WebFlux Application
Example of using Spring Functional Web Framework to create reactive REST APIs using Spring WebFlux and Spring Boot
How to create a Spring WebFlux Application
Hands on guide to build a Non-Blocking Reactive REST Service using Spring WebFlux and Spring Boot from scratch.
Shutdown Spring Boot Applications Gracefully
Guide to Shutdown Spring Boot Application Gracefully. Learn to configure Spring Boot to finish ongoing job or request safely before stopping.
Custom Error Messages in Spring REST API
Learn a different ways of handling most common Spring exceptions and returning detailed custom error messages from a Spring REST API.