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
There is a feature which would be nice to have and it is the ability to create all the CRUD method for and entity with just one single annotated interface.
Image that I have a User entity and just like following I should be able create all the GET, POST,PUT,DELETE methods.
There is a feature which would be nice to have and it is the ability to create all the CRUD method for and entity with just one single annotated interface.
Image that I have a
User
entity and just like following I should be able create all the GET, POST,PUT,DELETE methods.The text was updated successfully, but these errors were encountered: