Skip to content

Commit 24b1bc4

Browse files
committed
Importing the missing ErrorWebFluxAutoConfiguration.
1 parent 5bd2b34 commit 24b1bc4

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring.factories

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration,\
100100
org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration,\
101101
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration,\
102102
org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration,\
103-
org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration
103+
org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration,\
104+
org.springframework.boot.autoconfigure.web.reactive.error.ErrorWebFluxAutoConfiguration
104105

105106
# AutoConfigureMockMvc auto-configuration imports
106107
org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc=\

0 commit comments

Comments
 (0)