Files
spring-graphql/spring-graphql-web/src/main/resources/META-INF/spring.factories
2020-09-17 18:52:35 +01:00

5 lines
256 B
Plaintext

org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
org.springframework.boot.graphql.GraphQLAutoConfiguration,\
org.springframework.boot.graphql.WebFluxGraphQLAutoConfiguration,\
org.springframework.boot.graphql.WebMvcGraphQLAutoConfiguration