Sample Java web-application with:
- Maven
- Spring, Spring-security
- hibernate
- h2 (in-memory database)
- Junit
- AngularJS
https://maven.apache.org/download.cgi
mvn clean compile tomcat7:run
should do the trick and start the application on localhost:8080
- Getting gulp/bower/npm integrated with maven build
- Add phantomJs and interface testing
- Add Js testing with mocha