spring-guides / tut-spring-security-and-angular-js

Spring Security and Angular:: A tutorial on how to use Spring Security with a single page application with various backend architectures, ranging from a simple single server to an API gateway with OAuth2 authentication.

Home Page:https://spring.io/guides/tutorials/spring-security-and-angular-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation typo

tecris opened this issue · comments

First of all big THANK YOU for the tutorial.

I suspect there is a typo error in tutorial step 3 README in the command line used to start the resource server:

$ mvn spring-boot:run --server.port=9000
should be
$ mvn spring-boot:run -Dserver.port=9000