Hi,

I thought this might be straight forward. But, it is not working for me. I have a declaration as follows:

<contextroperty-placeholder location="classpath*:*.properties"/>

The property file is inside a jar file. This does not seem to work. I'm having to specify the property file explicitly.

Is there a way to load multiple property files using *?

Thanks.