Update README.md

server port in application.properties is 8082
FooController mapping is "/auth/foos"
This commit is contained in:
Anderson Barbosa 2018-07-17 13:26:01 -03:00 committed by GitHub
parent bfb333d57f
commit a461fc35b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ mysql -u root -p
### Use the REST Service
```
curl http://localhost:8080/spring-rest-full/foos
curl http://localhost:8082/spring-rest-full/auth/foos
```