Hi,
is there a way to make Spring to reload my Velocimacros every time I change it?
Currently I need to restart the application to see my updates in velocimacros...
Thanks,
Franklin Samir
www.portaljava.com.br
Hi,
is there a way to make Spring to reload my Velocimacros every time I change it?
Currently I need to restart the application to see my updates in velocimacros...
Thanks,
Franklin Samir
www.portaljava.com.br
Try set "velocimacro.library.autoreload = true" in your velocity config properties.
--Jing Xue