I have to add some functionalities to a Spring Web App (not written by me), to do so I would like to modify beans/alter table models, but I don't know where to start, maybe this is not the right way to proceed on a spring-hibernate project.
What is the best practice?
Checking pom.xml previous developer used:
roo 1.2.3
mysql 5.1.18
hibernate 4.18
spring 3.2.0
This is my first time using hibernate/spring/roo and I'm really struggling, any help would be very appreciated. Thanks