functions-framework-java
functions-framework-java copied to clipboard
Add support for auto-reload in run goal of function-maven-plugin
Jetty's maven plugin exposes a scan parameter for that purpose for example.
The main benefit would be developer efficiency on local environment. Also worth noting that Python supports a debug mode that auto-reloads.