'Configuring Application Context in Spring

I have imported a project from git in Intellij, when I try to deploy with Tomcat I get the following problem in every spring-config.xml, this is one example.

In file spring-something-rest.xml

enter image description here

Even if this .properties file is in the same folder as this .xml, seem like Intellij can't resolve the classpath.

I've tried with Eclipse and it work, but I want to use Intellij and I'm confused about this configuration files.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source