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
That only happens in Windows. https://github.com/spring-projects/spring-boot/issues/773
Update: should be fixed now.