When starting a boot web application on the console through Maven
mvn spring-boot:start
and then shutting it down
mvn spring-boot:stop
it fails with
Spring application lifecycle JMX bean not found (fork is null).
The documentation states that fork is true by default which seems not to be the case here.