minor
minor
enhancement
When starting or shutting down the application via the console, the following improvements are desirable:
- Start the application simply with ` mvn ` instead of ` mvn exec:java -P ide`.
- A better name for the bootstrap thread when starting via ` mvn`.
- Automatically open the browser after the application starts (in development mode, see above).
- Normal shutdown on Ctrl-C, so that no lock remains.
Test
- Set up a new app.
- Start with mvn.
- The browser opens with the login page.
- PressCtrl-C.
- The application shuts down.