This is the code repository for Mastering Spring Cloud, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
Developing, deploying, and operating cloud applications should be as easy as local applications. This should be the governing principle behind any cloud platform, library, or tool. Spring Cloud–an open-source library–makes it easy to develop JVM applications for the cloud. In this book, you will be introduced to Spring Cloud and will master its features from the application developer's point of view.
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
All code files are present in their respective folders. Chapters 1,3,9,13 and 14 do not contain code files.
The code will look like the following:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
</dependency>
In order to successfully read through this book and work out all the code samples, we expect readers to fulfill the following requirements: An active internet connection
- Java 8+
- Docker
- Maven
- Git client
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.