From cf0ceef54a679fbf5905a7395078326becb065da Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Thu, 30 Jul 2015 13:53:57 -0500 Subject: [PATCH] Sync docs from master to gh-pages --- cloudfoundry-connector.html | 91 +++++++++++ heroku-connector.html | 91 +++++++++++ localconfig-connector.html | 95 ++++++++++- spring-cloud-connectors.html | 173 ++++++++++++++++----- spring-cloud-core.html | 125 +++++++++++++-- spring-cloud-spring-service-connector.html | 137 +++++++++++++--- 6 files changed, 629 insertions(+), 83 deletions(-) diff --git a/cloudfoundry-connector.html b/cloudfoundry-connector.html index dd657f6..c2a5091 100644 --- a/cloudfoundry-connector.html +++ b/cloudfoundry-connector.html @@ -408,6 +408,97 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b .hide-for-print{display:none!important} .show-for-print{display:inherit!important}} +
-
@Configuration
-@ServiceScan
-class CloudConfig {
+
@Configuration
+@ServiceScan
+class CloudConfig {
 }
@@ -523,10 +614,10 @@ class CloudConfig {
-
class CloudPropertiesConfig extends AbstractCloudConfig {
-    @Bean
-    public Properties cloudProperties() {
-        return properties();
+
class CloudPropertiesConfig extends AbstractCloudConfig {
+    @Bean
+    public Properties cloudProperties() {
+        return properties();
     }
 }