ehirsch / spring-angular2

How to build a web app with angular2 and spring boot.
38 stars 17 forks source link

Progress #1

Open anthonyikeda opened 8 years ago

anthonyikeda commented 8 years ago

How is this going? Have you decided to move forward with this? I'm trying to work out on a deployment strategy also: wrap angular2 with Spring Boot? configure nginx to oauth against spring boot? transpile to static asset mapped dir and map it to SpringBoot?

Too many possbilities, not sure the best approach.

I'm all on board if you want some help.

ehirsch commented 8 years ago

hi, I was quite busy with other projects… (what else? ;)) But I was actually thinking about starting over with this one. I will try to come up with a new plan in the next days.

anthonyikeda commented 8 years ago

Cool, no worries. I've been using this project: https://github.com/antonybudianto/angular2-starter

To somewhat make the integration more JWT based - unfortunately I don't think it's a question of bundling the Angular2 app with the Spring App.