This repository was archived by the owner on Oct 25, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
graphql-java-spring-boot-starter-webflux
graphql-java-spring-boot-starter-webmvc
graphql-java-spring-webflux
graphql-java-spring-webmvc Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1-
1+ description = " GraphQL Java Spring Boot starter Webflux "
22
33dependencies {
44 compile " org.springframework.boot:spring-boot-autoconfigure:$springBootVersion "
Original file line number Diff line number Diff line change 1-
1+ description = " GraphQL Java Spring Boot starter Webmvc "
22dependencies {
33 compile " org.springframework.boot:spring-boot-autoconfigure:$springBootVersion "
44 compile project(' :graphql-java-spring-webmvc' )
Original file line number Diff line number Diff line change 1+ description = " GraphQL Java Spring Webflux integration"
2+
13dependencies {
24 compile " org.springframework:spring-webflux:$springVersion "
35 compile " org.springframework:spring-context:$springVersion "
Original file line number Diff line number Diff line change 1-
1+ description = " GraphQL Java Spring Webmvc integration "
22
33dependencies {
44 compile " org.springframework:spring-webmvc:$springVersion "
You can’t perform that action at this time.
0 commit comments