transactional/spring-transaction/rest/person-requests.http

11 lines
387 B
HTTP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Смотрим на первого пользователя
GET http://localhost:8080/api/person/1
Accept: application/json
### Смотрим на второго пользователя
GET http://localhost:8080/api/person/2
Accept: application/json
### Смотрим на третьего пользователя
GET http://localhost:8080/api/person/3
Accept: application/json