Live Reload
- Overview
- HotswapAgent
- Jetty
Show code
XML
Since the plugin performs a full server restart, all Java changes are picked up. This includes modifications to server startup listeners as well as changes to code that connects frontend and backend components, such as adding a new class, or adding a new CSS import and using it in Java via @CssImport
annotation.
However, the session is not preserved during the restart.