I am facing stackoverflow error due to a recursive look up.
Mapping we need to have is:
Web.xml part:
<servlet-mapping>
<servlet-name>dispatcher</servlet-name>
...
Type: Posts; User: stitaprajna; Keyword(s):
I am facing stackoverflow error due to a recursive look up.
Mapping we need to have is:
Web.xml part:
<servlet-mapping>
<servlet-name>dispatcher</servlet-name>
...
Can anyone help me with how to handle timeout for a Rest call in spring?
I tried these :
1. Setting JVM parameter –As the rest services dependent on JDK HTTP client in some of the Rest...
I want to handle time out for the rest call I make using RestTemplate.exchange().
I got the below code fragment in one of the blogs:
<bean id="restTemplate"...
Any luck ?
Thanks,
Stitaprajna