forgot smth

This commit is contained in:
KirillTepechin 2023-12-12 03:39:50 +04:00
parent bc9fbb58dc
commit 43ba1a2bb8

View File

@ -10,6 +10,8 @@
Пример взаимодействия:
````java
RestTemplate restTemplate = new RestTemplate();
String URL = "http://document-service:8081/document/";
restTemplate.getForObject(URL+ opopDto.getDocumentId(), DocumentInfo.class)
````