Author: buildbot
Date: Thu Jun 9 21:47:30 2016
New Revision: 990281
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 Thu Jun 9 21:47:30
2016
@@ -117,23 +117,23 @@ Apache CXF -- SpringBoot
<!-- Content -->
<div class="wiki-content">
<div id="ConfluenceContent"><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1465487219371 {padding: 0px;}
-div.rbtoc1465487219371 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1465487219371 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1465508817113 {padding: 0px;}
+div.rbtoc1465508817113 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1465508817113 li {margin-left: 0px;padding-left: 0px;}
-/*]]>*/</style></p><div class="toc-macro rbtoc1465487219371">
+/*]]>*/</style></p><div class="toc-macro rbtoc1465508817113">
<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 JAX-RS Starter</a>
<ul class="toc-indentation"><li><a shape="rect"
href="#SpringBoot-Features.1">Features</a></li><li><a shape="rect"
href="#SpringBoot-Setup.1">Setup</a></li><li><a shape="rect"
href="#SpringBoot-AdditionalConfiguration.1">Additional
Configuration</a></li></ul>
</li></ul>
-</div><h1 id="SpringBoot-SpringBootCXFJAX-WSStarter">Spring Boot CXF JAX-WS
Starter</h1><h2 id="SpringBoot-Features">Features</h2><p>Registers CXFServlet
with a  "/services/*" URL pattern for serving CXF JAX-WS endpoints.</p><h2
id="SpringBoot-Setup">Setup</h2><div class="code panel pdl"
style="border-width: 1px;"><div class="codeHeader panelHeader pdl"
style="border-bottom-width: 1px;"><b>JAX-WS Starter</b></div><div
class="codeContent panelContent pdl">
+</div><h1 id="SpringBoot-SpringBootCXFJAX-WSStarter">Spring Boot CXF JAX-WS
Starter</h1><h2 id="SpringBoot-Features">Features</h2><p>Registers CXFServlet
with a  "/services/*" URL pattern for serving CXF JAX-WS
endpoints.</p><p>Please see <a shape="rect" class="external-link"
href="https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jaxws_spring_boot"
rel="nofollow">JAX-WS Spring Boot</a> demo.</p><h2
id="SpringBoot-Setup">Setup</h2><div class="code panel pdl"
style="border-width: 1px;"><div class="codeHeader panelHeader pdl"
style="border-bottom-width: 1px;"><b>JAX-WS Starter</b></div><div
class="codeContent panelContent pdl">
<pre class="brush: xml; gutter: false; theme: Default"
style="font-size:12px;"><dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
<version>3.1.7</version>
</dependency></pre>
-</div></div><p> </p><h2
id="SpringBoot-AdditionalConfiguration">Additional Configuration</h2><p>Use
"cxf.path" property to customize a CXFServlet URL pattern.</p><h1
id="SpringBoot-SpringBootCXFJAX-RSStarter">Spring Boot CXF JAX-RS
Starter</h1><h2 id="SpringBoot-Features.1">Features</h2><p>Registers CXF
Servlet with a  "/services/*" URL pattern for serving CXF JAX-RS
endpoints.</p><p>Optionally auto-discovers JAX-RS root resources and providers
abd creates a JAX-RS endpoint.</p><h2 id="SpringBoot-Setup.1">Setup</h2><div
class="code panel pdl" style="border-width: 1px;"><div class="codeHeader
panelHeader pdl" style="border-bottom-width: 1px;"><b>JAX-RS
Starter</b></div><div class="codeContent panelContent pdl">
+</div></div><p> </p><h2
id="SpringBoot-AdditionalConfiguration">Additional Configuration</h2><p>Use
"cxf.path" property to customize a CXFServlet URL pattern.</p><h1
id="SpringBoot-SpringBootCXFJAX-RSStarter">Spring Boot CXF JAX-RS
Starter</h1><h2 id="SpringBoot-Features.1">Features</h2><p>Registers CXF
Servlet with a  "/services/*" URL pattern for serving CXF JAX-RS
endpoints.</p><p>Optionally auto-discovers JAX-RS root resources and providers
abd creates a JAX-RS endpoint.</p><p>Please see <a shape="rect"
class="external-link"
href="https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot"
rel="nofollow">JAX-RS Spring Boot</a> and <a shape="rect"
class="external-link"
href="https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan"
rel="nofollow">JAX-RS Spring Boot Scan</a> demos.</p><h2
id="SpringBoot-Setup.1">Setup</h2><div class="code panel pdl"
style="border-width
: 1px;"><div class="codeHeader panelHeader pdl" style="border-bottom-width:
1px;"><b>JAX-RS Starter</b></div><div class="codeContent panelContent pdl">
<pre class="brush: xml; gutter: false; theme: Default"
style="font-size:12px;"><dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-spring-boot-starter-jaxrs</artifactId>