Thank you for your help.
Currently developing the SpringMMVC web application on Eclipse 4.6,
I specified the application.propatiys bean on the servlet-context.xml file to specify the property file, but I am not sure how to specify the classpath.
The folder structure is very different, and it is not directly a resource folder from the main.
In this case, where is the top-level directory that classpath specifies?
I would appreciate it if you could let me know if anyone knows.
<beans:value>classpath:application.properties</beans:value>
Sorry for the trouble.
When classpass was specified, a folder named classes under WEB-INF was inserted.
Thank you very much
© 2024 OneMinuteCode. All rights reserved.