You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/04 09:22:12 UTC

[camel-spring-boot] branch master updated: Update spring-boot.adoc

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fa9ecd  Update spring-boot.adoc
6fa9ecd is described below

commit 6fa9ecd065dfadcc2e281a4dd2badbf3ea635538
Author: ampofila <am...@gmail.com>
AuthorDate: Fri Sep 4 12:13:35 2020 +0300

    Update spring-boot.adoc
---
 docs/modules/ROOT/pages/spring-boot.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/spring-boot.adoc b/docs/modules/ROOT/pages/spring-boot.adoc
index 4685be6..eefbd5f 100644
--- a/docs/modules/ROOT/pages/spring-boot.adoc
+++ b/docs/modules/ROOT/pages/spring-boot.adoc
@@ -689,7 +689,7 @@ You can also use xref:manual::spring-testing.adoc[Camel Spring test annotations]
 [source,java]
 ----
 @CamelSpringBootTest
-@SpringBootApplication
+@SpringBootTest
 @MockEndpoints("direct:end")
 public class MyApplicationTest {