I'm testing graphQL fucntional and have a problem: if I use libraries of com.graphql-java (graphql-spring-boot-starter, graphql-java-tools, graphiql-spring-boot-starter) Its work, but if I use GraphQL Java Kickstart (graphql-spring-boot-starter and so on) I catch 404 error.GraphQL Java Kickstart com.graphql-java In both cases application is sucssesfully started
My pom: pom Use java 11, spring boot 2.5.0 and maven 3.8.0 Commented dependency is my problem I think.Structure of .graphqls files and resolvers are working file structure resolver service layer I have tried work with .properties file like prop file I need to connect GraphQL Java Kickstart because it has a lot of settings for graphql (work with exceprion handlers, dataLoader, pagination, depth of query and another problematic stuff, that has not at com.graphql-java) Usung not last versions because want to test move to new versions