mytrile
02/09/2021, 5:44 PMorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'webHandler' defined in class path resource [org/springframework/boot/autoconfigure/web/reactive/WebFluxAutoConfiguration$EnableWebFluxConfiguration.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'routerFunctionMapping' defined in class path resource [org/springframework/boot/autoconfigure/web/reactive/WebFluxAutoConfiguration$EnableWebFluxConfiguration.class]: Invocation of init method failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.expediagroup.graphql.spring.RoutesConfiguration': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.expediagroup.graphql.spring.GraphQLConfigurationProperties' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
Shane Myrick
02/09/2021, 6:19 PMgraphql.packages
config in your application.yml?
https://expediagroup.github.io/graphql-kotlin/docs/server/spring-server/spring-overview#configurationmytrile
02/09/2021, 6:46 PM