Marcin Grzejszczak
6 years ago
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@
@@ -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` |
Loading…
Reference in new issue