I have a Spring boot application that I use to run some controllers and a scheduled task. I run the application from the command line (I'm on windows) and it works there for several days and then stops responding. There are no errors, the output to the console simply stops. I need to press CTRL + C to stop the application and restart it in order to get answers from it again.
The command line is stuck on the last line of output from the program. A computer is a desktop that is not sleeping or sleeping. It is as if Spring Boot stopped accepting requests and stopped a scheduled task.
Any help in debugging this issue would be greatly appreciated.
source
share