Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 558 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 558 Bytes

Angular 2 Workshop with Spring Boot - The backend

To demonstrate how to use spring boot to serve an Angular 2 application.

Build the final sample

  • 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/