-
Notifications
You must be signed in to change notification settings - Fork 14
Gradle tasks
Cezary Kluczyński edited this page Jan 27, 2017
·
9 revisions
This page lists custom Gradle tasks.
Task for generating scaffold endpoint code. After running the task, code will not compile and has to be corrected by hand, but some time could be saved this way. Only one parameter is passed, entity name. It should have the same form as the entity from model package, for example, Movie or AstronomicalObject.
Usage:
gradle -PentityName=EntityName endpointGen