You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.