Building Cloud Native Apps With Spring – Part 6
After wrapping up part 5 of this tutorial, we had a fairly well rounded, yet simple, microservices application able to run locally on our machine. However, our ultimate goal is to not run the application locally but instead run it in the cloud, after all we are building a cloud native application. My cloud of choice is IBM Bluemix. However, the changes described in this post should work in any Cloud Foundry deployment, but I have only tested them on Bluemix. (Spring Cloud is not bias to any cloud platform, however the way you configure and deploy your Spring Cloud applications may depend on the cloud you are targeting.)