I can successfully start spring-boot with mvn spring-boot, the documentation mentions to gracefully exit the application hit ctrl-c.
mvn spring-boot
ctrl-c
Type the following commands in order.
$ ps -ef | grep -i java $ kill -9 3361