Monday, February 22, 2021

Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud

 

https://github.com/PacktPublishing/Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud

 To see the code being executed, please visit the following: http://bit.ly/2kn7mSp.

 I prefer using constructor injection (over field and setter injection) to keep the state in my components immutable. 

 The immutable state is important if you want to be able to run the component in a multithreaded runtime environment.

No comments:

Post a Comment