copy/paste programming Focussed on the Spring Boot ecosystem Simplistic, single Gradle project Generic and flexible - not tailored to your organization’s requirements or standards No sample business logic
Update microservice chassis and publish a new version Update service template to use new version Update each service to use new version One line change
production readiness An observable service exposes its internal state to enable monitoring, and troubleshooting Milestones https://microservices.io/patterns/#observability
develop a service template and chassis The service template pattern: Runnable source template for a service Accelerates the creation of a new service Implements plumbing, build logic, …. Built on a Microservice chassis The Microservice chassis pattern Contains the bulk of the plumbing, build logic, …. Minimizes copy/paste duplication in the service template Simplifies maintenance of services