change module names
This commit is contained in:
committed by
Rossen Stoyanchev
parent
932093ac34
commit
5de1baa794
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@ build
|
||||
.idea/
|
||||
out
|
||||
*.iml
|
||||
.DS_Store
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rootProject.name = 'spring-graphql'
|
||||
include 'graphql-java-spring-boot-starter-webmvc'
|
||||
include 'graphql-java-spring-webmvc'
|
||||
include 'spring-graphql-boot-starter-webmvc'
|
||||
include 'spring-graphql-webmvc'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
description = "GraphQL Java Spring Boot starter Webmvc"
|
||||
dependencies {
|
||||
implementation "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion"
|
||||
implementation project(':graphql-java-spring-webmvc')
|
||||
implementation project(':spring-graphql-webmvc')
|
||||
|
||||
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
|
||||
testCompile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
|
||||
Reference in New Issue
Block a user