I want to create an application using SpringMVC and Hibernate. I haven't found in Maven an archetype that allow me to have both.
I found this archetype with SpringMVC - but there is no Hibernate:
springmvc-archetype
I found this archetype with both Spring and Hibernate - But it's not MVC:
graniteds-spring-jpa-hibernate
So, my idea is to use "springmvc-archetype" and then add Hibernate later, as a dependency.
But I don't know if this is the right way.
What procedure do you suggest me to follow?