Remove includes
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
image::https://travis-ci.org/spring-cloud/spring-cloud-zookeeper.svg?branch=master[Build Status, link=https://travis-ci.org/spring-cloud/spring-cloud-zookeeper]
|
||||
|
||||
include::intro.adoc[]
|
||||
|
||||
include::_attributes.adoc[]
|
||||
|
||||
[[quick-start]]
|
||||
= Quick Start
|
||||
|
||||
include::quickstart.adoc[]
|
||||
|
||||
[[zookeeper-overview]]
|
||||
= Zookeeper overview
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
[[common-application-properties]]
|
||||
= Common application properties
|
||||
|
||||
include::_attributes.adoc[]
|
||||
|
||||
Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches.
|
||||
This appendix provides a list of common {project-full-name} properties and references to the underlying classes that consume them.
|
||||
@@ -11,4 +10,3 @@ This appendix provides a list of common {project-full-name} properties and refer
|
||||
NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list.
|
||||
Also, you can define your own properties.
|
||||
|
||||
include::_configprops.adoc[]
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
include::spring-cloud-zookeeper.adoc[]
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
include::_attributes.adoc[]
|
||||
|
||||
This project provides Zookeeper integrations for Spring Boot applications through
|
||||
autoconfiguration and binding to the Spring Environment and other Spring programming model
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
|
||||
include::_attributes.adoc[]
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
|
||||
include::_attributes.adoc[]
|
||||
|
||||
Spring Cloud Zookeeper provides http://zookeeper.apache.org/[Apache Zookeeper] integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with Zookeeper. The patterns provided include Service Discovery and Distributed Configuration.
|
||||
|
||||
|
||||
@@ -2,7 +2,5 @@
|
||||
[[spring-cloud-zookeeper]]
|
||||
= Spring Cloud Zookeeper
|
||||
|
||||
include::intro.adoc[]
|
||||
|
||||
include::_attributes.adoc[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user