How to specify a properties file to the Spring facet?
I'm using
classpath:messages.properties
]]>
<property name="livelinkPort" value="$" />
<property name="livelinkServer" value="$" />
<property name="password" value="$" />
<property name="username" value="$" />
</bean>
and the property keys cannot be resolved (although the messages.properties file is directly under the src folder). How can I fix it?
Please sign in to leave a comment.
Hello Thai,
It looks like IDEA only supports the "location" property at the moment.
I assume usage of "locations" is pretty rare in practice. If you want, create
a new JIRA issue for it, and post the URL here.
-tt