Replies: 1 comment 9 replies
-
Depends on what do you want to do, maybe you can describe it in more detail. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are looking at trying to build on micronaut-data and extending the AOT codegen behaviours to reduce a bunch of our boilerplate around custom pagination, ordering, filtering etc in our project. We expect to do this via tweaking the compile time AOT data-processor via ServiceLoaders.
Seems like we should be able to do this with the extension points that already exist, this was more a question on the projects position on this kind of thing? Is there a plan to support this kind of thing in the future via a more out of the box approach?
Beta Was this translation helpful? Give feedback.
All reactions