Spring + Hibernate

1

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.

    
asked by anonymous 02.02.2017 / 14:42

1 answer

0

The file can be in the WebContent/WEB-INF/ directory.

Other good options are WebContent/WEB-INF/classes/ or src .

    
04.02.2017 / 00:35