-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read list property from Spring #5
Comments
Have you tried using the following list property syntax? For example:
This is supported and part of the test suite for the project. Unit test can be found here: Please let me know if that doesn't work. |
I had tried that:
|
Edited: the problem remains |
This is a sample config to reproduce: reference.conf:
application.properties
Thanks for looking into it |
Hi soulrebel
or in HOCON notation about this way:
|
I want to set via spring properties the cassandra hosts for akka-persistence.
This is the reference.conf:
It seems that there is no syntax to make a list come out of the spring property
cassandra-journal.contact-points
:Any help is appreciated.
The text was updated successfully, but these errors were encountered: