File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfig
94
94
95
95
# AutoConfigureWebFlux auto-configuration imports
96
96
org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebFlux=\
97
- org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration,\
98
- org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration,\
99
97
org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration,\
98
+ org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration,\
99
+ org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration,\
100
100
org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration,\
101
101
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration,\
102
102
org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration,\
You can’t perform that action at this time.
0 commit comments