Microservices with Spring Cloud Bus
In this post, we are going to explore a great utility of Spring when working with Spring Cloud and Spring Cloud Config Server. It helps us make real-time changes to…
Our team work realy hard to produce quality content on this website and we noticed you have ad-blocking enabled. Advertisements and advertising enable us to continue working and provide high-quality content.
In this post, we are going to explore a great utility of Spring when working with Spring Cloud and Spring Cloud Config Server. It helps us make real-time changes to…
In this article, "Reactive Application with WebFlux and Spring Data Reactive," we will see how to build a fully reactive Spring Boot application using WebFlux, which was introduced with Spring…
In this article, we will provide an introduction to GraalVM native images with Spring Native. This is a significant improvement within the Spring framework that allows us to optimize and…
In this new Refactorizando post, we are going to see how to execute scripts in Java of any type, as a continuation of the previous article about executing SQL with…
In this new Refactorizando entry, we will see how we can implement REST error handling with Spring Boot. Spring has introduced improvements in the treatment and management of errors throughout…
In this new entry from Refactorizando about Mutual TLS Communication in Spring Boot, we will communicate two services with self-signed certificates using a WebClient with SSL to establish communication. Both…
This Refactorizando entry on Serialization and Deserialization in Inheritance with Jackson is a continuation of the previous article on Serialization and Deserialization with Jackson. As we mentioned in the previous…
In this new entry of Refactorizando, we will see an introduction to serialization and deserialization with Jackson, which is very important for serializing and deserializing attributes. Jackson makes our work…
In this new entry from Refactorizando, we are going to see how to convert an Iterator to a List in Java, using traditional methods, Streams, and additional libraries such as…
In this new post, Java Supplier Interface and Factory Pattern, we are going to see and understand a bit better the usage and purpose of Java Supplier. This interface works…