You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use a List<String> instead of a String in many places to allow YAML to configure the property with nested structure. spring.couchbase.bootstrap-hosts is one of these.
In CouchbaseAutoConfiguration we check if that property is set to auto-configure a Bucket. The following works: spring.couchbase.bootstrap-hosts=localhost but the following does not spring.couchbase.bootstrap-hosts[0]=localhost