Skip to content

Instantly share code, notes, and snippets.

View gmarti28's full-sized avatar

Gaston Martin gmarti28

  • Buenos Aires, Argentina
View GitHub Profile
@gmarti28
gmarti28 / FullAnswer.txt
Created February 10, 2019 22:19
Answer to StackOverflow
As per my current knowledge of Spring, Spring-data and Spring-data-mongodb I've ended up whith this solution:
----------
**config/MultipleMongoProperties.java**
```
package com.mycompany.myapp.config;
import lombok.Data;
import org.springframework.boot.autoconfigure.mongo.MongoProperties;