You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library uses [graphql-java v3.0](https://github.com/andimarek/graphql-java) to derive and build the GraphQL schema from JPA Entity Schema provided by entity classes.
8
10
@@ -17,6 +19,34 @@ The GraphQL-JPA-Query library consists of the following modules:
17
19
3.`graphql-jpa-query-boot-starter`- Provides Spring Boot auto-configuration support to enable GraphQL JPA Query in your project
18
20
4.`graphql-jpa-query-example` - Provides example application for Books entity models
19
21
22
+
Building with Maven Central [](https://maven-badges.herokuapp.com/maven-central/com.introproventures/graphql-jpa-query)
23
+
------------------------
24
+
You can use Maven Central repository to include and build individual modules in your project.
Building with jitpack.io [](https://jitpack.io/#introproventures/graphql-jpa-query)
21
51
------------------------
22
52
You can simply use jitpack.io to include and build individual modules in your project. You will need to add jitpack.io repository in our project to resolve required artifacts using valid release tag.
@@ -33,23 +63,23 @@ For GraphQL JPA Annotations use:
0 commit comments