Hi, I am working on a project in spring mvc, I have already done some of them before but I configured them with xml. The java option makes me cleaner. In this application I have already configured:
- Apache Tiles
- slf4j with logback
I tried to configure hibernate, but when I ran my app, it deconfigured everything else and I did not run ...
By the way, I am generating Entities automatically in netbeans, which loads me some extra packages of eclipse jpa ?? Is this okay or is there a better way?
Greetings