An open API service indexing awesome lists of open source software.

https://github.com/igorlima/spark-graphql-server

An implementation of GraphQL in JAVA plus Spark
https://github.com/igorlima/spark-graphql-server

Last synced: 2 months ago
JSON representation

An implementation of GraphQL in JAVA plus Spark

Awesome Lists containing this project

README

        

## Compile and download all dependencies

```sh
mvn clean package
```

## Execute via command line

```sh
mvn exec:java -Dexec.mainClass="com.mycompany.app.Main"
```

or

```sh
java -jar target/my-app-1.0-jar-with-dependencies.jar
```