This commit is contained in:
Phillip Webb
2018-02-12 10:02:51 -08:00
parent e49d50fe9d
commit 0348889fd7
11 changed files with 27 additions and 24 deletions

View File

@@ -5990,6 +5990,8 @@ TIP: Do not forget to add `@RunWith(SpringRunner.class)` to your test. Otherwise
annotations are ignored.
[[boot-features-testing-spring-boot-applications-detecting-web-app-type]]
==== Detecting Web Application Type
If Spring MVC is available, a regular MVC-based application context is configured. If you
have only Spring WebFlux, we'll detect that and configure a WebFlux-based application