OpenAPI and swagger UI in Quarkus
In this article, we will see how we can expose our services in Quarkus using OpenAPI with the help of the Swagger UI interface. Undoubtedly, Quarkus is one of the…
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 article, we will see how we can expose our services in Quarkus using OpenAPI with the help of the Swagger UI interface. Undoubtedly, Quarkus is one of the…
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…
In this new post, we are going to resume our articles on Kubernetes and explore an introduction to the use of volumes in Kubernetes as a way to provide storage…
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 Refactorizando entry on "Spring Data Example with PostgreSQL and Docker," we will learn how to build a Spring Boot application using Spring Data dependency. We will set…
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…
Currently, one of the most powerful and widely used paradigms is the development or architecture focused on Microservices. Just as different design patterns have emerged to implement and carry out…
In a world where microservices-oriented architectures are becoming predominant, where different configurations per environment and adherence to the twelve-factor are necessary, the value of having an externalized configuration increases. Therefore,…