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
rainboyan
changed the title
Make super class RestfulController support generic
Make super class RestfulController support generic for scaffolded Controller
Sep 30, 2024
When setting the
scaffold
property in the Controller to a specific domain class,But the compiled class
BookController
extendsRestfulController
, not the genericRestfulController<Book>
.The text was updated successfully, but these errors were encountered: