tepechin_kirill_lab_3 #41

Merged
Alexey merged 3 commits from tepechin_kirill_lab_3 into main 2023-12-25 16:27:40 +04:00
Showing only changes of commit 43ba1a2bb8 - Show all commits

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