Because I have manually tuned my entities and controllers and view, I would like roo to change none of them. Nevertheless I would like roo to keep on scaffolding all new entities. How could I do that
You can modify the @RooWebScaffold annotation in your entity by adding update=false attribute for it.
@RooWebScaffold(path = "<yourpath>", formBackingObject = <YourClass>.class, update=false)
This tells Roo not to scaffold and update views for the generated entity.
Cheers!!!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With