Is it possible to load a set, which is initialised in my Spring context, with entries configured in a properties file? If so, how?
The loading of the properties file should as well happen in the Spring context.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With a PropertyOverrideConfigurer you can initialise an array, a list or a map. That’s sufficient for me.