123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "hints": [],
- "groups": [
- {
- "sourceType": "com.mooctest.config.MongoOneConfig",
- "name": "mongodb1",
- "sourceMethod": "properties()",
- "type": "org.springframework.boot.autoconfigure.mongo.MongoProperties"
- },
- {
- "sourceType": "com.mooctest.config.MongoTwoConfig",
- "name": "mongodb2",
- "sourceMethod": "properties()",
- "type": "org.springframework.boot.autoconfigure.mongo.MongoProperties"
- }
- ],
- "properties": [
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.authentication-database",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.database",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.field-naming-strategy",
- "type": "java.lang.Class<?>"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.grid-fs-database",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.host",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.password",
- "type": "char[]"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.port",
- "type": "java.lang.Integer"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.uri",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb1.username",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.authentication-database",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.database",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.field-naming-strategy",
- "type": "java.lang.Class<?>"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.grid-fs-database",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.host",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.password",
- "type": "char[]"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.port",
- "type": "java.lang.Integer"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.uri",
- "type": "java.lang.String"
- },
- {
- "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
- "name": "mongodb2.username",
- "type": "java.lang.String"
- }
- ]
- }
|