Rename spring-graphql-web to spring-graphql

Re-purpose spring-graphql-web to be more general than just web and add
org.springframework.web as a top-level package for web support.
This commit is contained in:
Rossen Stoyanchev
2021-04-26 21:41:50 +01:00
parent 1e619263d2
commit 403019521c
38 changed files with 93 additions and 66 deletions

View File

@@ -21,7 +21,7 @@ import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.graphql.WebGraphQLService;
import org.springframework.graphql.web.WebGraphQLService;
import org.springframework.graphql.test.query.GraphQLTester;
/**

View File

@@ -23,7 +23,7 @@ import reactor.test.StepVerifier;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.graphql.WebGraphQLService;
import org.springframework.graphql.web.WebGraphQLService;
import org.springframework.graphql.test.query.GraphQLTester;
/**