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

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
```