我正在尝试使用java spring引导来实现graphql。我不能添加依赖项graphiql-spring-boot-starter。错误信息是
找不到'com.graphql-java:graphiql-spring-boot-starter:5.0.2‘
依赖项

我期待这个错误的解决方案
发布于 2022-12-03 08:23:42
我想您有一个错误:graphql-spring-boot-starter而不是graphiql-spring-boot-starter。
https://stackoverflow.com/questions/74663987
复制相似问题