Skip to content

Commit 6bf6bde

Browse files
committed
Add new auto-configurations to imports
See gh-30453
1 parent d137f92 commit 6bf6bde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ org.springframework.boot.autoconfigure.graphql.data.GraphQlReactiveQuerydslAutoC
4949
org.springframework.boot.autoconfigure.graphql.data.GraphQlQueryByExampleAutoConfiguration
5050
org.springframework.boot.autoconfigure.graphql.data.GraphQlQuerydslAutoConfiguration
5151
org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration
52-
org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
52+
org.springframework.boot.autoconfigure.graphql.rsocket.GraphQlRSocketAutoConfiguration
53+
org.springframework.boot.autoconfigure.graphql.rsocket.RSocketGraphQlClientAutoConfiguration
5354
org.springframework.boot.autoconfigure.graphql.security.GraphQlWebFluxSecurityAutoConfiguration
5455
org.springframework.boot.autoconfigure.graphql.security.GraphQlWebMvcSecurityAutoConfiguration
56+
org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration
5557
org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration
5658
org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration
5759
org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration

0 commit comments

Comments
 (0)