/boot-app

This repository is an example application for Spring Boot and Angular2 tutorial.

Primary LanguageJavaMIT LicenseMIT

Spring Boot example app for Spring Boot and Angular2 Tutorial Build Status

This repository is an example application for Spring Boot and Angular2 tutorial.

Demo.

Getting Started

Run Spring Boot.

mvn spring-boot:run

Serve frontend app.

git clone https://github.com/springboot-angular2-tutorial/angular2-app.git
# Follow the README

Testing.

mvn test

Important note

Before you open this project from Intellij IDEA, you need to build project once. Or else, generated source by annotation processor won't be recognized correctly by IDEA.

# It will generate target directory
mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true
# After that, open this project from Intellij IDEA.

Tutorial

Under construction...

Related Projects

Credits

License

MIT