- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 340字
- 2021-06-30 19:10:37
What this book covers
Chapter 1, Understanding Microservices, introduces microservices and their principles. We will review Domain-Driven Design, Cloud-Native microservices, and Reactive architecture.
Chapter 2, Getting Started with Spring Boot 2.0, helps develop our first microservice with Kotlin using Spring Boot 2.0. We will take a deep dive into the Spring Boot and see how we can use IntelliJ IDEA to build our microservices.
Chapter 3, Creating RESTful Services, expands our Cloud-Native microservices to become RESTful APIs, introducing different Spring components.
Chapter 4, Creating Reactive Microservices, creates non-blocking reactive microservices. We will learn how we can use Spring WebFlux and project Reactor to build reactive microservices.
Chapter 5, Reactive Spring Data, focuses on how we can use reactive Spring Data to perform operations against NoSQL databases such as MongoDB. Then, it looks at how we can enhance our reactive microservices creating reactive CRUD operations for our REST APIs.
Chapter 6, Creating Cloud-Native Microservices, outlines what Cloud-Native microservices are, and how we can easily build with Spring Cloud.
Chapter 7, Creating Dockers, informs how to install and configure Docker to create, publish, and run containers, and how we can integrate this when we build our microservices with Maven.
Chapter 8, Scaling Microservices, showcases how we can Docker swarm to create our own personal cloud, and how we can scale and control our microservices.
Chapter 9, Testing Spring Microservices, covers how we can test our microservices using JUnit using SpringBootTest. We will learn how we can test our microservice in a more expressive way by using Kluent to do fluent tests.
Chapter 10, Monitoring Microservices, discusses why monitoring is a critical part of any production-ready system, and how we can provide microservices that can be monitored and controlled using Spring Boot Actuator and JMX.
Chapter 11, Deploying Microservices, explains how to deploy our microservices Dockers in OpenShift Online, and how we can integrate GitHub to do automatic deployments when our microservices code changes.
Chapter 12, Best Practices, goes through industry best practices that we can use to create our microservices.
- JavaScript從入門到精通(微視頻精編版)
- Learning Docker
- Power Up Your PowToon Studio Project
- 劍指Offer(專項(xiàng)突破版):數(shù)據(jù)結(jié)構(gòu)與算法名企面試題精講
- Groovy for Domain:specific Languages(Second Edition)
- Learn React with TypeScript 3
- JavaScript:Moving to ES2015
- 算法訓(xùn)練營:提高篇(全彩版)
- PHP編程基礎(chǔ)與實(shí)踐教程
- 時空數(shù)據(jù)建模及其應(yīng)用
- Raspberry Pi Robotic Blueprints
- Python青少年趣味編程
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- Java程序設(shè)計(jì)