Spring boot spring-boot:run in eclipse does not kill background java process
问题 I am running a spring boot web application through eclipse. In eclipse, I have configured spring-boot:run maven goal. When run, the server starts up properly within the eclipse and I can invoke myactions. When I want to stop the server, I just stop it by clicking on RED icon in Console window. The process seems to be stopped but server runs in the background and the java process can be seen as active in TaskManager. Any idea, what could have been wrong ? Why the background process in not