SyntaxFix
Write A Post
Hire A Developer
Questions
If you define your array in properties file like:
base.module.elementToSearch=1,2,3,4,5,6
You can load such array in your Java class like this:
@Value("${base.module.elementToSearch}") private String[] elementToSearch;