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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -