Tag: Java
-
Exception Handler with Spring Boot

In this article I show how to create an Exception Handler with Spring Boot, creating an aspect and a custom exception in Java.
-
Build your Spring Boot Microservice with Kubernetes

In this article I will build my first Spring Boot microservice with Kubernetes in less than 10 minutes. For that, I will build a microservice using Spring Initializr and create my Kubernetes cluster in Minikube.
-
Microservices Architecture, advantages and disadvantages

In this article I will explain the advantages and disadvantages of the microservices. Why choosing the microservices architecture. Which technologies to use with the microservices. Which design patterns to use with the microservices.
-
Liquibase on Maven with SQL files

In this article, I show the usage of Liquibase to manage the database migrations with SQL files. I also show how to configure Liquibase on Maven.
-
Project Lombok and Mapstruct with Spring Boot

In this article, I show the configuration and usage of two useful tools which are Project Lombok and Mapstruct with Spring Boot, to reduce a lot of code.
-
Spring JPA and database connection with Spring Boot

In this article, I show the Spring JPA configuration for the database connection with Spring Boot, and the entities and Spring Repositories creation to read the data.
-
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.
