Sync docs from master to gh-pages
This commit is contained in:
@@ -684,7 +684,7 @@ table.CodeRay td.code>pre{padding:0}
|
||||
</div>
|
||||
</div>
|
||||
<div class="paragraph">
|
||||
<p>Then follow the instructions on Spring configuration using Java configuration or the <code><cloud></code> namespace.</p>
|
||||
<p>Then follow the instructions in <a href="spring-cloud-spring-service-connector.html">Spring Cloud Spring Service Connector</a> on Spring configuration <a href="spring-cloud-spring-service-connector.html#_the_java_config">using Java configuration</a> or the <a href="spring-cloud-spring-service-connector.html#_the_code_cloud_code_namespace"><code><cloud></code> namespace</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
@@ -701,7 +701,7 @@ table.CodeRay td.code>pre{padding:0}
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2015-07-31 11:05:48 CDT
|
||||
Last updated 2015-07-31 11:16:35 CDT
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -503,6 +503,28 @@ table.CodeRay td.code>pre{padding:0}
|
||||
<body class="book">
|
||||
<div id="header">
|
||||
<h1>Spring Cloud Spring Service Connector</h1>
|
||||
<div id="toc" class="toc">
|
||||
<div id="toctitle">Table of Contents</div>
|
||||
<ul class="sectlevel1">
|
||||
<li><a href="#_the_java_config">The Java Config</a>
|
||||
<ul class="sectlevel2">
|
||||
<li><a href="#_creating_service_beans">Creating Service Beans</a></li>
|
||||
<li><a href="#_connecting_to_generic_services">Connecting to Generic Services</a></li>
|
||||
<li><a href="#_scanning_for_services">Scanning for Services</a></li>
|
||||
<li><a href="#_accessing_service_properties">Accessing Service Properties</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#_the_code_cloud_code_namespace">The <code><cloud></code> Namespace</a>
|
||||
<ul class="sectlevel2">
|
||||
<li><a href="#_setting_up">Setting Up</a></li>
|
||||
<li><a href="#_creating_service_beans_2">Creating Service Beans</a></li>
|
||||
<li><a href="#_connecting_to_generic_services_2">Connecting to Generic Services</a></li>
|
||||
<li><a href="#_scanning_for_services_2">Scanning for Services</a></li>
|
||||
<li><a href="#_accessing_service_properties_2">Accessing Service Properties</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
<div id="preamble">
|
||||
@@ -705,7 +727,7 @@ When the <code>id</code> attribute is not specified, the service name is used as
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2015-07-30 09:49:01 CDT
|
||||
Last updated 2015-07-31 11:09:43 CDT
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user