forgot smth
This commit is contained in:
parent
bc9fbb58dc
commit
43ba1a2bb8
@ -10,6 +10,8 @@
|
||||
Пример взаимодействия:
|
||||
|
||||
````java
|
||||
RestTemplate restTemplate = new RestTemplate();
|
||||
String URL = "http://document-service:8081/document/";
|
||||
restTemplate.getForObject(URL+ opopDto.getDocumentId(), DocumentInfo.class)
|
||||
````
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user