Reputation: 41
According to the jhipster web site once we decide to update entity then the custom code will be overwriting. Please suggest a way to update entity preserving the existing custom code. https://www.jhipster.tech/creating-an-entity/
Upvotes: 0
Views: 494
Reputation: 826
You could always extend the generated entity (but not the endoints as it is not possible)
EDIT: endopits can be extended.
Upvotes: 1
Reputation: 41
i think the safest way to solve this is :
Of corse you have to use git
Upvotes: 2