Good morning!
I am studying Spring MVC, Maven and Hibernate. In the project structure created with Maven, where do I place the applicationContext.xml file?
Thank you.
Good morning!
I am studying Spring MVC, Maven and Hibernate. In the project structure created with Maven, where do I place the applicationContext.xml file?
Thank you.
The file can be in the WebContent/WEB-INF/
directory.
Other good options are WebContent/WEB-INF/classes/
or src
.