To demonstrate how to use spring boot to serve an Angular 2 application.
- UI project that is served by this application.
- Started by using https://start.spring.io/
- mvn package
- cd target
- java -jar tohWeb-0.0.1-SNAPSHOT.jar
- Can add -Dexploded.path=<Path to the dist folder of your Angular 2 application, with a slash at the end>
- Such as -Dexploded.path=file:///Users/tjahncke/playground/Angular2Workshop/dist/