is there a way to make spring (v.3.0) parse placeholders in file that are not .properties? I know I can write my own PropertyPlaceholderConfigurer but I was looking for a "cleaner" way to do it.
Thank you :)
EDIT : To be realy clear, what I want to do is to replace placeholders that are in .sql files. So the values of the placeholders are stored in .properties but the placeholders are used in .sql files.