Update README.md
server port in application.properties is 8082 FooController mapping is "/auth/foos"
This commit is contained in:
parent
bfb333d57f
commit
a461fc35b6
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue