functions-framework-java icon indicating copy to clipboard operation
functions-framework-java copied to clipboard

Add support for auto-reload in run goal of function-maven-plugin

Open PierrickVoulet opened this issue 2 years ago • 0 comments

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.

PierrickVoulet avatar Jan 04 '24 22:01 PierrickVoulet