ThomasVitale / cloud-native-spring-in-action

🍃 Code samples and projects from the book "Cloud Native Spring in Action - With Spring Boot and Kubernetes" (Manning)
https://www.manning.com/books/cloud-native-spring-in-action
Apache License 2.0
426 stars 257 forks source link

Chapter5 - builder pattern #14

Closed npalm closed 2 years ago

npalm commented 2 years ago

Problem

Builder pattern not used in the test.

Fix

Replace constuctor by builder pattern

ThomasVitale commented 2 years ago

Thanks. The builder is introduced during chapter 5, so in 05-begin is still not used. From 05-intermediate, the builder pattern is also used in the auto-tests.