Fix default value for spring.data.couchbase.contact-points

See gh-18621
pull/19896/head
Stephane Nicoll 5 years ago
parent df7b3839a1
commit 0a6fa64ff9

@ -305,7 +305,7 @@
{
"name": "spring.data.cassandra.contact-points",
"defaultValue": [
"localhost"
"127.0.0.1:9042"
]
},
{

Loading…
Cancel
Save