Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreSpring 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).
Bootstrap Context
TextEncryptor
beans
Refresh Scope
Spring Boot Actuator endpoints for manipulating the Environment
DiscoveryClient
interface
ServiceRegistry
interface
Instrumentation for RestTemplate
to resolve hostnames using DiscoveryClient
Bootstrap your application with Spring Initializr.