It seems that scaffolding and CRUD generation is only one way: generation.
My problem is that, during some testing, creating a simple POJO, I’m relatively certain I unchecked the “ID” field as being visible on the forms.
However, when running the application, the ID appears in every front end.
Now that all this code is generated, I’m looking for an “Edit Scaffolding” so I can back out some of it or verify the settings used to generate it.
How are edits to all this generated code best done?
I’m hoping this is built in to the MyE for Spring capabilities so it’s not (gulp)….. manual.
Thanks.
– M