java - Reverse engineer database in spring data rest -
i want expose crud operations mysql via rest apis. have started exploring spring. have found spring rest data fit this.
but there 1 problem, automating generation of java model, repository classes, etc,. tools available can this? want done without interface, preferably via maven.
Comments
Post a Comment