[google-appengine] Re: SocketTimeoutException outbound request - spring boot resttemplate

2020-03-27 Thread Ronald Bergmann
Hey nibrass, there's no issue with Elastic. That was just an example of another app using resttemplate. But glancing at the code it actually does not seem to be based on spring's resttemplate. Spring utilizes HttpURLConnection. When leaving out the entry point mvn com.google.cloud.tools:appen

[google-appengine] Re: DataJpaTest - Usages, Advantages and When to Use ???

2020-03-27 Thread 'Olu' via Google App Engine
DataJpaTest is a tool in Spring Boot that provides a convenient way to set up an environment with an embedded database to test database queries against. This is out of the scope of the GCP Support and you really should ask these questions on public forums like Stackoverflow. Better still, pleas

[google-appengine] Re: SocketTimeoutException outbound request - spring boot resttemplate

2020-03-27 Thread 'nibrass' via Google App Engine
Hi Ronald, The entrypoint is optional, if you are not using a custom jar, you don't need an entrypoint [1] The SocketTimeOutException could be caused when you are trying to connect to Elastic. Are you using sockets in your request? Where do you have Elastic? Looking forward to your reply. S

[google-appengine] DataJpaTest - Usages, Advantages and When to Use ???

2020-03-27 Thread Odata Dev
Hi, Can someone explain DataJpaTest in Detail ? DataJpaTest - Usages, Advantages and When to Use... Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email t