Factory method 'typeResolver' threw exception with message (Spring boot 3.x)(graphql-kotlin 7.0.0) #1853
Answered
by
dariuszkuc
qaltrakadmin
asked this question in
Q&A
-
Test Repo: Repo I am getting the following error while setting up spring boot 3 and graphql-kotlin. What and am I doing wrong?
|
Beta Was this translation helpful? Give feedback.
Answered by
dariuszkuc
Sep 20, 2023
Replies: 1 comment 2 replies
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue is with the quotes around packages ->
"com.richmond.house"
vs justcom.richmond.house
. It looks like"
around Strings in.properties
files don't work (interestingly they do work fine in the.yaml
files).