angular-springboot-jwt icon indicating copy to clipboard operation
angular-springboot-jwt copied to clipboard

Angular Springboot JWT integration example (Angular part). For Spring part see https://github.com/nydiarra/springboot-jwt

Results 5 angular-springboot-jwt issues
Sort by recently updated
recently updated
newest added

Fixing readme with ng serve --proxy-conf proxy.conf.json command to start frontend. Can cause little confusing to fresh developers.

The usage of `ng serve` didn't correctly proxy requests. Also, page didn't automatically refresh on update. Using `ng start` allows both to occur naturally.

I just cloned the project, ran `npm install`, turned the spring server on, and for` npm start` got the following: ``` (node:347) UnhandledPromiseRejectionWarning: Error: Exited with code 3 at ChildProcess....

Previous command was throwing an error. This command is more specific and forces Angular to update the required references.