matteo5883
Results
1
issues of
matteo5883
When i try to call localhost:8762/gallery/1 the restTemplate.getForObject("http://image-service/images/", List.class) method give me response ConnectionTimeout. Attached the output of the console of the GalleryService service [connectionTimeOut.log](https://github.com/OmarElGabry/microservices-spring-boot/files/4334154/connectionTimeOut.log) I follow the tutorial and...