-
Notifications
You must be signed in to change notification settings - Fork 326
Unable to run spring-boot-webflux sample #428
Comments
i have the same issue, i downgraded to version 7.0.1 and it started working then |
thank you. i will try |
The AutoConfiguration class doesn't seems to work well with the @componentscan. The I have to add this to my configuration class.
|
I think adding above snippet to the |
Sorry for the comment spam. But for my case, the component scan doesn't seem to work at all. Now my configuration class is look like this:
Not sure if the |
Hello to all. If we remove the @ConditionalOnBean ({GraphQLSchema.class}) annotation in the public class GraphQLSpringWebfluxAutoConfiguration, it works fine. |
Fixed by implementing graphql-java-kickstart/samples#6 (comment) |
Uh oh!
There was an error while loading. Please reload this page.
I downloaded project source that spring-boot-webflux and not modify any file.
Appear exception information as flow:
graphql-java-kickstart/samples#6 (comment)
The text was updated successfully, but these errors were encountered: