Skip to content

Tag: spring-boot

Stop current running Spring boot in linux

i am running a springboot application in linux.To run this springboot we use below command. This spring boot application makes an endpoint available which is then used by other services. Now when the new version of .jar is available i have to stop the current running .jar and again run the above mentioned com…