Added sagan pages; fixes gh-559
This commit is contained in:
0
docs/src/main/asciidoc/sagan-boot.adoc
Normal file
0
docs/src/main/asciidoc/sagan-boot.adoc
Normal file
16
docs/src/main/asciidoc/sagan-index.adoc
Normal file
16
docs/src/main/asciidoc/sagan-index.adoc
Normal file
@@ -0,0 +1,16 @@
|
||||
Spring Cloud Commons delivers features as two libraries: Spring Cloud Context and Spring Cloud Commons. Spring Cloud Context provides utilities and special services for the ApplicationContext of a Spring Cloud application (bootstrap context, encryption, refresh scope and environment endpoints). Spring Cloud Commons is a set of abstractions and common classes used in different Spring Cloud implementations (eg. Spring Cloud Netflix vs. Spring Cloud Consul).
|
||||
|
||||
## Features
|
||||
|
||||
### Spring Cloud Context features:
|
||||
|
||||
* Bootstrap Context
|
||||
* `TextEncryptor` beans
|
||||
* Refresh Scope
|
||||
* Spring Boot Actuator endpoints for manipulating the `Environment`
|
||||
|
||||
### Spring Cloud Commons features:
|
||||
|
||||
* `DiscoveryClient` interface
|
||||
* `ServiceRegistry` interface
|
||||
* Instrumentation for `RestTemplate` to resolve hostnames using `DiscoveryClient`
|
||||
Reference in New Issue
Block a user