Yahoooo! Finally, after one day’s work, I successfully imported our group project from Bitbucket to my computer and configured to run on the tomcat.
Well, it’s actually pretty simple.
Project–>Import from GIT-> type in the http link which links to our group project’s repository.
since other members have installed some modules to the project, the dependencies are listed in pom.xml.
the good thing is if you go to the imported project, go to roo shell, and do perform eclipse, it will auto download everything: those jar files you needed for your project.
then refresh the project in your IDE, and run it with maven!
oh, you have to configure the database.property file in order to match with the database info.
that’s it, done!!