I am using the spring web mvc project and I put all the related spring files in WEB-INF\spring , including ormlite.xml and jdbc.properties .
Now I want to find the jdbc.properties file in ormlite.xml , Like this :
<context:property-placeholder location="/WEB-INF/spring/jdbc.properties"/>
But when I launched the application, he told me that:
Could not load properties
Cannot find the properties file.
What is the problem?
source share