Error trying to execute project with the library #650
Answered
by
paulbakker
maxi-groldan
asked this question in
Q&A
-
|
Hi all. I am trying to execute a project with com.netflix.graphql.dgs v4.1.0 but I am getting the following error: Parameter 0 of constructor in com.netflix.graphql.dgs.webmvc.autoconfigure.DgsWebMvcConfigurationProperties required a bean of type 'java.lang.String' that could not be found. It is a project with Spring Boot v2.1.6.RELEASE Does anybody knows what the problem is? Thanks in advance- |
Beta Was this translation helpful? Give feedback.
Answered by
paulbakker
Sep 24, 2021
Replies: 1 comment 1 reply
-
|
That's a pretty old Spring Boot version. We currently only test with 2.3 and up. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
paulbakker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a pretty old Spring Boot version. We currently only test with 2.3 and up.
I would recommend upgrading Spring Boot.