Add backslash to properly escape the newline in the property definition.

This commit is contained in:
John Blum
2018-04-03 19:38:01 -07:00
parent 6ef9192517
commit 15dc6d83b2

View File

@@ -5,6 +5,5 @@ org.springframework.boot.data.geode.autoconfigure.CachingProviderAutoConfigurati
org.springframework.boot.data.geode.autoconfigure.ContinuousQueryAutoConfiguration,\
org.springframework.boot.data.geode.autoconfigure.FunctionExecutionAutoConfiguration,\
org.springframework.boot.data.geode.autoconfigure.RepositoriesAutoConfiguration,\
org.springframework.boot.data.geode.autoconfigure.SecurityAutoConfiguration,
org.springframework.boot.data.geode.autoconfigure.SecurityAutoConfiguration,\
org.springframework.boot.data.geode.autoconfigure.SslAutoConfiguration