Terminating maven spring-boot

 Terminating maven spring-boot

    


Here is what I do on Mac terminnal:


kill `lsof -i -n -P | grep TCP | grep 8080 | tr -s " " "\n" | sed -n 2p`

It finds the PID using 8080 and kills it.