Guest User

Untitled

a guest
Jun 12th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. @Data
  2. @Component
  3. @ConfigurationProperties(prefix = "mongodb")
  4. public class SomeMongoProperties {
  5.     private MongoProperties primary = new MongoProperties();
  6. }
  7.  
  8. ### Mongo config ###
  9. mongodb.primary.host=localhost
  10. mongodb.primary.port=27017
  11. mongodb.primary.database=secondary
  12. mongodb.primary.username=******
  13. mongodb.primary.password=******
Add Comment
Please, Sign In to add comment