
Spring Boot and MongoTemplate: How to Use addToSet With Group in Aggregations
Sometimes you need to create a new collection on the fly from a MongoDB aggregation pipeline. Fortunately, you can easily do that with MongoTemplate using the addToSet operation.