Live is streaming live. Watch now.

Spring Ecosystem

VMware Tanzu Labs

We rely heavily on the open-source ecosystem of Spring projects to replace vendor- or container-specific technologies or proprietary solutions for Java-based applications. There are many specific tools and frameworks under that banner. For development projects, we leverage two prerequisite frameworks providing us a lightweight core with standard functionalities: Spring Boot and Spring Cloud.

Spring Boot

Spring Boot provides a “convention over configuration” foundation for Spring-based applications. Follow this guide to build a simple, RESTful web service using Spring Boot and minimal configuration.

Spring Cloud

Spring Cloud provides a set of abstractions and integrations that enable best practice cloud native behavior. Later, we will cover the actual implementation details for common tasks like externalizing configuration in a Spring Cloud Config Server, using service discovery, API gateways, and other route services.

To better understand what you have in your tool belt before we get started, take some time to become familiar with the basic concepts of each framework, found in the introductions of the following documentation.

Homework

  • Use this guide to build a simple RESTful web service using Spring Boot and minimal configuration.
  • Read through the introductions for the most common Spring Cloud components.