Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphiql-spring-boot-starter not work #4

Open
guanzhenxing opened this issue Jun 8, 2016 · 4 comments
Open

graphiql-spring-boot-starter not work #4

guanzhenxing opened this issue Jun 8, 2016 · 4 comments

Comments

@guanzhenxing
Copy link

i had add graphiql-spring-boot-starter as a dependency to a boot application.but it didn't work.

@Zenith-One
Copy link

@guanzhenxing what version of spring boot are you using?

@shishuwu
Copy link

@guanzhenxing you can refer to issue #2

@guanzhenxing
Copy link
Author

@shishuwu thx, i haved use graphql-java project instead

@faisalferoz
Copy link

The correct dependencies are as follows:

<!-- GraphQL -->
<dependency>
    <groupId>com.embedler.moon.graphql.boot.starter</groupId>
    <artifactId>graphql-spring-boot-starter</artifactId>
        <version>2.0</version>
</dependency>
<!-- GraphiQL -->
<dependency>
    <groupId>com.embedler.moon.graphql.boot.starter</groupId>
    <artifactId>graphiql-spring-boot-starter</artifactId>
    <version>2.0.0</version>
</dependency>

In the readme the groupid is missing starter at the end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants