Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 585 Bytes

File metadata and controls

23 lines (18 loc) · 585 Bytes

GraphQL with Spring MVC

Demonstrates a blocking GraphQL approach via Spring MVC for synchronous data fetching.

Run tests

./mvnw clean verify

Run locally

docker-compose -f docker/docker-compose.yml up -d
./mvnw spring-boot:run -Dspring-boot.run.profiles=local

Useful Links