You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I follow the tutorial and uses boot spring-boot version 2.2.0.RELEASE and 2.2.5.RELEASE
The text was updated successfully, but these errors were encountered:
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
I follow the tutorial and uses boot spring-boot version 2.2.0.RELEASE and 2.2.5.RELEASE
The text was updated successfully, but these errors were encountered: