Spring Boot starter app with best practices incorporated
Based on https://stackify.com/spring-boot-level-up/
After mvn clean package you can type mvn spring-boot:run to run teh app.
You can go to http://localhost:8081/springbootapp/employees to see the responses from the rest service exposed.
If however you are interested in running Angular2 with Spring Boot then you should see these two posts - they provide good info on how to get this integrated.
- https://blog.jdriven.com/2016/12/angular2-spring-boot-getting-started/
- http://chariotsolutions.com/blog/post/angular-2-spring-boot-jwt-cors_part1/
- http://chariotsolutions.com/blog/post/angular-2-spring-boot-jwt-cors_part2/
Remeber, http://start.spring.io/ is your buddy.