arony / Mastering-Spring-Cloud

Mastering Spring Cloud, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mastering Spring Cloud

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.

About the Book

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.

Instructions and Navigation

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

Related Products

About

Mastering Spring Cloud, published by Packt

License:MIT License


Languages

Language:Java 99.3%Language:Groovy 0.7%