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
- Host: GitHub
- URL: https://github.com/t1/graphql-multi-module-client-demo
- Owner: t1
- Created: 2023-06-23T12:04:56.000Z (about 3 years ago)
- Default Branch: trunk
- Last Pushed: 2025-06-18T05:23:08.000Z (about 1 year ago)
- Last Synced: 2025-08-18T19:02:19.377Z (11 months ago)
- Language: Java
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
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
----