can someone give me a hand, trying to boot spring ...
# graphql-kotlin
m
can someone give me a hand, trying to boot spring boot graphql server, but right away there is an error
Copy code
org.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: {}
s
m
yep, I did
Or did I
ok, that was the issue, misconfigured application.properties file
👍 1
thanks