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
- Host: GitHub
- URL: https://github.com/igorlima/spark-graphql-server
- Owner: igorlima
- Created: 2016-01-09T11:38:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T15:10:22.000Z (over 9 years ago)
- Last Synced: 2025-03-27T05:41:35.300Z (3 months ago)
- Language: Java
- Homepage: http://igorlima.github.io/spark-graphql-server/#/
- Size: 338 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```