Spring Data Java 8 Support

2021 VietMX 0

1. Overview Spring Data now supports core Java 8 features – such as Optional, Stream API and CompletableFuture. In this quick article, we’ll go through some examples of how […]

Spring Data MongoDB Transactions

2021 VietMX 0

1. Overview Starting from the 4.0 release, MongoDB supports multi-document ACID transactions. And, Spring Data Lovelace now provides support for these native MongoDB transactions. In this […]

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