Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Spring: Microservices with Spring Boot: Build and deploy microservices with Spring Boot

Posted By: AlenMiler
Spring: Microservices with Spring Boot: Build and deploy microservices with Spring Boot

Spring: Microservices with Spring Boot: Build and deploy microservices with Spring Boot by Ranga Rao Karanam
English | March 14, 2018 | ISBN: 1789132584 | 140 pages | AZW3 | 3.31 Mb

Unlock the power of Spring Boot to build and deploy production-ready microservices

Key Features
Get to know the advanced features of Spring Boot in order to develop and monitor applications
Use Spring cloud to deploy and manage microservices on the cloud
Look at embedded servers and deploy a test application to a PaaS Cloud platform
Embedded with assessments that will help you revise the concepts you have learned in this book
Book Description
Microservices helps in decomposing applications into small services and move away from a single monolithic artifact. It helps in building systems that are scalable, flexible, and high resilient. Spring Boot helps in building REST-oriented, production-grade microservices.

This book is a quick learning guide on how to build, monitor, and deploy microservices with Spring Boot. You'll be first familiarized with Spring Boot before delving into building microservices. You will learn how to document your microservice with the help of Spring REST docs and Swagger documentation. You will then learn how to secure your microservice with Spring Security and OAuth2. You will deploy your app using a self-contained HTTP server and also learn to monitor a microservice with the help of Spring Boot actuator.

This book is ideal for Java developers who knows the basics of Spring programming and want to build microservices with Spring Boot.

This book is embedded with useful assessments that will help you revise the concepts you have learned in this book.

What you will learn
Use Spring Initializr to create a basic spring project
Build a basic microservice with Spring Boot
Implement caching and exception handling
Secure your microservice with Spring security and OAuth2
Deploy microservices using self-contained HTTP server
Monitor your microservices with Spring Boot actuator
Learn to develop more effectively with developer tools
Who this book is for
This book is aimed at Java developers who knows the basics of Spring programming and want to build microservices with Spring Boot.

Table of Contents
Building Microservices with Spring Boot
Extending Microservices
Advanced Spring Boot Features