Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Data
- @Component
- @ConfigurationProperties(prefix = "mongodb")
- public class SomeMongoProperties {
- private MongoProperties primary = new MongoProperties();
- }
- ### Mongo config ###
- mongodb.primary.host=localhost
- mongodb.primary.port=27017
- mongodb.primary.database=secondary
- mongodb.primary.username=******
- mongodb.primary.password=******
Add Comment
Please, Sign In to add comment