Intro Spring Boot has revolutionized the way modern applications are built. Its opinionated view of the Spring platform and minimal configuration allows developers to quickly build robust enterprise-grade applications. Spring Boot 3.0 was officially released in November 2022, and gives us many new features and improvements. Based on version 6.0 of the Spring Framework, Spring […]
In this article we will go over how to implement role based, method level security in a Spring Boot project using a token generated by Keycloak. It’s a fairly simple and straightforward process, and shouldn’t take more than 30-45 minutes to setup in a new project. Here’s a list of the steps we will cover […]