Skip to content

Commit dfd25d6

Browse files
authored
Update README.md
1 parent 4181774 commit dfd25d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ This is the default execution strategy for the `OsgiGraphQLServlet`, and must be
103103

104104
## Spring Framework support
105105

106-
To use the servlet with Spring Framework, simply define a `ServletRegistrationBean` bean in a web app:
106+
To use the servlet with Spring Framework, either use the [Spring Boot starter](https://github.com/graphql-java/graphql-spring-boot) or simply define a `ServletRegistrationBean` in a web app:
107107
```java
108108
@Bean
109109
ServletRegistrationBean graphQLServletRegistrationBean(GraphQLSchema schema, ExecutionStrategy executionStrategy, List<GraphQLOperationListener> operationListeners) {

0 commit comments

Comments
 (0)