This repository is an example application for Spring Boot and Angular2 tutorial.
Demo.
Run Spring Boot.
redis-server /usr/local/etc/redis.conf # use redis as cache storage
mvn spring-boot:run
Serve frontend app.
git clone https://github.com/springboot-angular2-tutorial/angular2-app.git
# Follow the README
Testing.
mvn test
Under construction...