You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
@agoncal for this to happen, the generator must be updated (templates, JS files) to accept this kind of input. As for the JDL (parsing, exporting, etc.), it would be quite easy to do. @jdubois what do you think?
At the moment we can generate a service or not with a single line in the JDL :
service Proposal with serviceClass
It would be good to be able to add method signature to generate methods. With a simple grammar and focusing on defaults.
This would create the same methods as today (save, findAll, findOne, delete) as well as creating the demanded methods.
The text was updated successfully, but these errors were encountered: