Blog

April 11, 2021

Configuring the endpoint authorization in Spring Security without extending the WebSecurityConfigurerAdapter class

This article is all of you who already know the basics of Spring Security. Considering you have the prerequisites, I assume you’ve already used the WebSecurityConfigurerAdapter […]
April 5, 2021

Implementing a simple aspect in a Spring app

Implementing a Simple Aspect From Spring Start Here by Laurentiu Spilca In this article, we discuss implementing a simple aspect to solve our scenario. We’ll create […]
March 21, 2021

Spring Start Here – Further reading

If you want to learn Spring and you have no, or very little, knowledge on frameworks yet (maybe you just finished with the Java fundamentals), then […]
March 11, 2021

Using WireMock for integration tests in Spring apps

In software development, testing is essential. And because tests are so important, we have today more and more tools to help us write efficient tests. In […]
March 2, 2021

A comparison of field, constructor, and setter injection in Spring

In this article, I will answer a question I’m often asked by people either on YT, Twitter, LinkedIn or different presentations I deliver. Dependency injection is […]
February 27, 2021

Consuming an endpoint protected by an OAuth 2 resource server from a Spring Boot service

This article covers Using Spring Security to implement a client in an OAuth 2 system The purpose of having a backend service acting as a client […]