Category: Web
-

Spring Security and JWT
In this post I show the usage of Spring Security with the JWT base authentication. For that, I use the HTTP filters and a service Provider for the creation and validation of the JWT.
-

Controllers and Services with Spring Boot
In this article I will show the Controllers and Services of Spring Boot, the dependency injection pattern and the 3-tiers architecture.
-

Spring Boot Setup
In this article, I will describe how to initialize a Maven project, how to initialize a Spring Boot project and the main dependencies for a web proejct.
