I have written a spring boot application for file uploading. I want my spring boot application to shutdown the running localhost 8080 after its execution has been completed .
Is there any possible ways to kill the server after the spring boot execution is completed
Could someone help me on this
want to kill the localhost programmatically.