Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Graphql V13.0.0 issue - Failed to introspect Class [graphql.kickstart.autoconfigure.editor.graphiql.GraphiQLAutoConfiguration] #857

Answered by oliemansm
kumaritian asked this question in Q&A
Discussion options

You must be logged in to vote

Can you remove the spring-webflux dependency entirely and try again. The stacktrace shows it complains about not being able to load the RouterFunction class which is provided by that dependency. However you're overriding that dependency and marking it to be only used in test scope, making it unavailable when trying to start the application.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kumaritian
Comment options

Answer selected by oliemansm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #856 on August 19, 2022 11:45.