graphiql-spring-boot-starter version is still 11.1.0 not 14.0.0?
aihua5 opened this issue · 4 comments
graphql-spring-boot-starter has been upgrade to latest 14.0.0, why is the graphiql 11.10?
Do you have any plan to upgrade the graphiql?
Thank your quick reply. Now I changed grapiql to graphql like below:
graphql:
graphiql:
enabled: true
headers:
test: test
But some starting error is popped up:
Description:
The bean 'graphiQLController', defined in class path resource [graphql/kickstart/graphiql/boot/GraphiQLAutoConfiguration.class], could not be registered. A bean with that name has already been defined in class path resource [graphql/kickstart/autoconfigure/editor/graphiql/GraphiQLAutoConfiguration.class] and overriding is disabled.
Action:
Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
Could you give some comments?
Sounds like you didn't remove the old graphiql starter from your dependencies.
Thank you. I have resolved the issue after deleting the old graphiql starter. It is amazing. :)