This project has been generated by angular-spring generator. You can compile and run the app using the commands below (You will need npm, maven and grunt installed):
npm install && bower install
grunt
mvn tomcat7:runAnd open http://localhost:8080/angular-spring/
You can also simply generate a war file to deploy on your own tomcat instance
npm install && bower install
grunt && mvn package