You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2019/01/30 07:21:56 UTC

svn commit: r1039738 - in /websites/production/camel/content: cache/main.pageCache spring-boot.html

Author: buildbot
Date: Wed Jan 30 07:21:56 2019
New Revision: 1039738

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/spring-boot.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/spring-boot.html
==============================================================================
--- websites/production/camel/content/spring-boot.html (original)
+++ websites/production/camel/content/spring-boot.html Wed Jan 30 07:21:56 2019
@@ -95,7 +95,7 @@
     <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
 </dependency>
 </pre>
-</div></div><p><strong><code>camel-spring-boot</code></strong> jar comes with the&#160;<strong><code>spring.factories</code></strong> file, so as soon as you add that dependency into your classpath, Spring Boot will automatically auto-configure Camel for you.</p><h3 id="SpringBoot-CamelSpringBootStarter">Camel Spring Boot Starter</h3><p><strong>Available as of Camel 2.17</strong></p><p>Apache Camel ships a&#160;<a shape="rect" class="external-link" href="https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters" rel="nofollow">Spring Boot Starter</a> module that allows you to develop Spring Boot applications using starters. There is a <a shape="rect" class="external-link" href="https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot-starter" rel="nofollow">sample application</a>&#160;in the source code also.</p><p>To use the starter, add the following to your spring boot&#160;<strong><code>pom.xml</code></strong> file:</p><div class="code
  panel pdl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div></div><p><strong><code>camel-spring-boot</code></strong> jar comes with the&#160;<strong><code>spring.factories</code></strong> file, so as soon as you add that dependency into your classpath, Spring Boot will automatically auto-configure Camel for you.</p><h3 id="SpringBoot-CamelSpringBootStarter">Camel Spring Boot Starter</h3><p><strong>Available as of Camel 2.17</strong></p><p>Apache Camel ships a&#160;<a shape="rect" class="external-link" href="https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters" rel="nofollow">Spring Boot Starter</a> module that allows you to develop Spring Boot applications using starters. There is a <a shape="rect" class="external-link" href="https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot" rel="nofollow">sample application</a>&#160;in the source code also.</p><p>To use the starter, add the following to your spring boot&#160;<strong><code>pom.xml</code></strong> file:</p><div class="code panel p
 dl conf-macro output-block" data-hasbody="true" data-macro-name="code" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="syntaxhighlighter-pre" data-syntaxhighlighter-params="brush: java; gutter: false; theme: Default" data-theme="Default">&lt;dependency&gt;
     &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     &lt;artifactId&gt;camel-spring-boot-starter&lt;/artifactId&gt;