This is a sample contacts crud angular project for anyone looking to get up and running with Spring mvc. Using maven to compile typeScript and java files and the embedded database Hsql
- Spring Mvc 4.3.5
- Hsqldb 2.3
- Angular 2.4.2
- Semantic-ui 2.2.4
- Tomcat-7 2.2
- Webpack dev server 2.1.0-beta
# compile and start in development mode
mvn clean tomcat7:run
-- or --
# start webpack development server
cd angular2
npm start