Spring Cloud summary notes

I will be sharing my Spring Cloud stack notes here. 2. Spring-Cloud-Config 2.7 Environment Changes The application will listen for an EnvironmentChangeEvent and react to the change in a couple of standard ways (additional ApplicationListeners can be added as @Beans by the user in the normal way). When an EnvironmentChangeEvent is observed it will have a … Read more