1

Is there any application property or configuration to set timeout. I think in some case I saw that if default timeout is crossed, Spring boot shuts down without waiting for process completion. I don't see any here.

I am trying to stop like this : https://stackoverflow.com/a/44590117/3002336

Anand Varkey Philips
  • 1,811
  • 26
  • 41

1 Answers1

1

So far, I dont see any properties in https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html.

You might want to raise it as an issue in the git project, here: https://github.com/spring-projects/spring-boot/issues