While IDEA correctly finds and parses ${...}-styled properties in Spring configuration files under <bean .../> tags, it does not parse such properties when used in <import .../> tags.
IDEA will list three warnings (see attached image).
Description
While IDEA correctly finds and parses ${...}-styled properties in Spring configuration files under <bean .../> tags, it does not parse such properties when used in <import .../> tags.
For example: