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

See gh-18621
This commit is contained in:
Stephane Nicoll 2020-01-23 18:22:40 +01:00
parent df7b3839a1
commit 0a6fa64ff9

View File

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