Remove Spring Boot Experimental Starter
The Experimental Spring Boot Starter for Spring GraphQL has been moved to Spring Boot and will be released with Spring Boot 2.7.0. Closes gh-207
This commit is contained in:
@@ -3,8 +3,8 @@ package io.spring.sample.graphql;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.autoconfigure.graphql.tester.AutoConfigureWebGraphQlTester;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.graphql.boot.test.tester.AutoConfigureWebGraphQlTester;
|
||||
import org.springframework.graphql.execution.ErrorType;
|
||||
import org.springframework.graphql.test.tester.WebGraphQlTester;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user