Documentation typo
tecris opened this issue · comments
Eugen Cristea commented
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