borysn / spring-boot-angular2

spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine
MIT License
387 stars 221 forks source link

bootRun hangs #11

Closed devAtx closed 8 years ago

devAtx commented 8 years ago

Hello there,

i have a little issue:

always hang at :bootRun 88%. The application is running fine.

myuser$ gradle bootrun Building 88% > :bootRun

My System: Darwin XXX 15.5.0 Darwin Kernel Version 15.5.0: Tue Apr 19 18:36:36 PDT 2016; root:xnu-3248.50.21~8/RELEASE_X86_64 x86_64

Java: java version "1.8.0_92" Java(TM) SE Runtime Environment (build 1.8.0_92-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.92-b14, mixed mode)

I can send you a full output from the gradle bootRun command if you need it.

Btw where is the right place to ask a question about the configuration for angular2? I like to add a new client lib and can't figure out how.

Thanks for your help.

borysn commented 8 years ago

What version of gradle are you using? And yeah, might as well post the full log just in case. As far as adding a client lib, it's going to change slightly coming up, but for now take a look at the front-end dev wiki page @devAtx

borysn commented 8 years ago

@devAtx if you got everything going, I'd like to go ahead and close out the issue. If not, then that's ok, just lemmeh know what's good!