Replies: 1 comment
-
I dont have a lot of time to go into detauls right now but you can
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All the GraphQL samples only use Spring Boot. I want to know how to use GraphQL without using Spring.I want to make a new GraphQL Java project but I do not want to use Spring Boot for it. I want to make the exact equivalent of this sample project but only using Jersey 3 and Jakarta 5. I have added my Gradle dependenices like this:
I would like to know how to rewrite the BookDetailsApplication, GraphQLDataFetchers and GraphQLProvider classes using Jersey 3.
Beta Was this translation helpful? Give feedback.
All reactions