basic spring mvc and spring mvc starter integration which exposes a GraphQL endpoint

This commit is contained in:
Andreas Marek
2020-07-29 09:13:24 +10:00
committed by Rossen Stoyanchev
parent e8db755430
commit 7b549d7932
22 changed files with 660 additions and 0 deletions

4
gradle.properties Normal file
View File

@@ -0,0 +1,4 @@
org.gradle.caching=true
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8