Enhancement
                         
                    
                    When starting/shutting down the application via the console, the following improvements are desirable:
- Starting the application simply with mvn instead of mvn exec:java -P ide.
 - Better name for the bootstrap thread when starting via mvn.
 - Automatically open browser after application startup (in development mode, see above).
 - Normal shutdown on Ctrl-C, so no lock is left behind.
 
Test
- Set up new app.
 - Start with mvn.
 - Browser with login opens.
 - PressCtrl-C.
 - Application shuts down.