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 […]

Introduction to Spring Data MongoDB

2021 VietMX 0

1. Overview This article will be a quick and practical introduction to Spring Data MongoDB. We’ll go over the basics using both the MongoTemplate as well as MongoRepository using practical […]