Author: buildbot
Date: Tue Jul  5 10:47:32 2016
New Revision: 992080

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/springboot.html

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

Modified: websites/production/cxf/content/docs/springboot.html
==============================================================================
--- websites/production/cxf/content/docs/springboot.html (original)
+++ websites/production/cxf/content/docs/springboot.html Tue Jul  5 10:47:32 
2016
@@ -117,11 +117,11 @@ Apache CXF -- SpringBoot
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1467650819892 {padding: 0px;}
-div.rbtoc1467650819892 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1467650819892 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1467715617929 {padding: 0px;}
+div.rbtoc1467715617929 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1467715617929 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1467650819892">
+/*]]>*/</style></p><div class="toc-macro rbtoc1467715617929">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SpringBoot-SpringBootCXFJAX-WSStarter">Spring Boot CXF JAX-WS Starter</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#SpringBoot-Features">Features</a></li><li><a shape="rect" 
href="#SpringBoot-Setup">Setup</a></li><li><a shape="rect" 
href="#SpringBoot-AdditionalConfiguration">Additional 
Configuration</a></li></ul>
 </li><li><a shape="rect" href="#SpringBoot-SpringBootCXFJAX-RSStarter">Spring 
Boot CXF&#160;JAX-RS Starter</a>
@@ -139,7 +139,7 @@ div.rbtoc1467650819892 li {margin-left:
     &lt;artifactId&gt;cxf-spring-boot-starter-jaxrs&lt;/artifactId&gt;
     &lt;version&gt;3.1.7&lt;/version&gt;
 &lt;/dependency&gt;</pre>
-</div></div><h2 id="SpringBoot-AdditionalConfiguration.1">Additional 
Configuration</h2><p>Use "<strong>cxf.path</strong>" property to customize a 
CXFServlet URL pattern.</p><p>Use "<strong>cxf.jaxrs.component-scan</strong>" 
property to create a JAX-RS endpoint from the auto-discovered&#160;JAX-RS root 
resources and providers which are marked as Spring Components (annotated with 
Spring @Component or created and returned from @Bean methods).</p><p>Use 
"<strong>cxf.jaxrs.classes-scan</strong>" property to create a JAX-RS endpoint 
from the auto-discovered&#160;JAX-RS root resources and provider classes. Such 
classes do not have to be annotated with Spring @Component. This property needs 
be accompanied by a "<strong>cxf.jaxrs.classes-scan-packages</strong>" property 
which sets a comma-separated list of the packages to scan.</p><p>Note 
"<strong>cxf.jaxrs.component-scan</strong>" and 
"<strong>cxf.jaxrs.classes-scan</strong>" are mutually 
exclusive.</p><p>&#160;</p></div>
+</div></div><h2 id="SpringBoot-AdditionalConfiguration.1">Additional 
Configuration</h2><p>Use "<strong>cxf.path</strong>" property to customize a 
CXFServlet URL pattern.</p><p>Use "<strong>cxf.jaxrs.component-scan</strong>" 
property to create a JAX-RS endpoint from the auto-discovered&#160;JAX-RS root 
resources and providers which are marked as Spring Components (annotated with 
Spring @Component or created and returned from @Bean methods).</p><p>Use 
"<strong>cxf.jaxrs.classes-scan</strong>" property to create a JAX-RS endpoint 
from the auto-discovered&#160;JAX-RS root resources and provider classes. Such 
classes do not have to be annotated with Spring @Component. This property needs 
to be accompanied by a "<strong>cxf.jaxrs.classes-scan-packages</strong>" 
property which sets a comma-separated list of the packages to scan.</p><p>Note 
"<strong>cxf.jaxrs.component-scan</strong>" and 
"<strong>cxf.jaxrs.classes-scan</strong>" are mutually 
exclusive.</p><p>&#160;</p></div>
            </div>
            <!-- Content -->
          </td>


Reply via email to