From 218e741aa31210d5deb648026cb4b8cb323224b5 Mon Sep 17 00:00:00 2001 From: Orangeroad0922 Date: Tue, 12 Mar 2019 23:42:52 +0900 Subject: [PATCH] Fix typo in spring-boot-features.adoc --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index aebb43dcaacb..7804620e2598 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -6677,7 +6677,7 @@ specific slices>> of an application. TIP: If you are using JUnit 4, don't forget to also add `@RunWith(SpringRunner.class)` to your test, otherwise the annotations will be ignored. If you are using JUnit 5, there's no -need to add the equivalent `@RunWith(SpringExtension)` as `@SpringBootTest` and the +need to add the equivalent `@RunWith(SpringExtension.class)` as `@SpringBootTest` and the other `@…Test` annotations are already annotated with it. By default, `@SpringBootTest` will not start a server. You can use the `webEnvironment`