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

https://github.com/t1/graphql-multi-module-client-demo


https://github.com/t1/graphql-multi-module-client-demo

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

= Demo of a multi-module GraphQL service on WildFly

A POC and reproducer of a GraphQL `war` containing two `jar` s.

Build with:

[source,bash]
----
mvn install
----

Then start with:

[source,bash]
----
cd war
mvn clean wildfly:provision wildfly:dev
----