Polishing standalone setup documentation

See gh-606
This commit is contained in:
Brian Clozel
2024-07-12 16:10:52 +02:00
parent c1ed773cc7
commit 07fe0e0a43

View File

@@ -26,6 +26,7 @@ dependencies {
api 'org.springframework.data:spring-data-commons'
api 'com.querydsl:querydsl-core'
api "org.springframework.boot:spring-boot-starter-graphql:${springBootVersion}"
api "org.springframework.boot:spring-boot-starter-web:${springBootVersion}"
}
jar {