An Intro to Spring Cloud Contract

2021 VietMX 0

1. Introduction Spring Cloud Contract is a project that, simply put, helps us write Consumer-Driven Contracts (CDC). This ensures the contract between a Producer and a Consumer, in a distributed […]

Spring Boot Configuration with Jasypt

2021 VietMX 0

1. Introduction Jasypt (Java Simplified Encryption) Spring Boot provides utilities for encrypting property sources in Boot applications. In this article, we’ll discuss how we can add jasypt-spring-boot‘s […]

A Guide to Spring Boot Admin

2021 VietMX 0

1. Overview Spring Boot Admin is a web application, used for managing and monitoring Spring Boot applications. Each application is considered as a client and registers […]