All Projects → PacktPublishing → Mastering Microservices With Java Third Edition

PacktPublishing / Mastering Microservices With Java Third Edition

Licence: mit
Mastering Microservices with Java – Third Edition, published by Packt

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Mastering Microservices With Java Third Edition

Spring Cloud Bus
Spring Cloud event bus
Stars: ✭ 342 (+776.92%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Security
Security concerns for distributed applications implemented in Spring
Stars: ✭ 488 (+1151.28%)
Mutual labels:  microservices, spring-boot, spring-cloud
Sample Spring Microservices
Many samples in different branches that shows how to create microservices with Spring Boot, Spring Cloud, Zipkin, Zuul, Eureka, Hystrix, Kubernetes, Elastic Stack and many more tools
Stars: ✭ 368 (+843.59%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Gateway
A Gateway built on Spring Framework 5.x and Spring Boot 2.x providing routing and more.
Stars: ✭ 3,305 (+8374.36%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Release
Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects.
Stars: ✭ 543 (+1292.31%)
Mutual labels:  microservices, spring-boot, spring-cloud
Springy Store Microservices
Springy Store is a conceptual simple μServices-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those μServices are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.
Stars: ✭ 318 (+715.38%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Zookeeper
Spring Cloud Zookeeper
Stars: ✭ 481 (+1133.33%)
Mutual labels:  microservices, spring-boot, spring-cloud
Microservices Platform
基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等。
Stars: ✭ 3,274 (+8294.87%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Book
《使用Spring Cloud与Docker实战微服务》开源书。讨论QQ群:731548893。配套代码:https://github.com/eacdy/spring-cloud-study
Stars: ✭ 886 (+2171.79%)
Mutual labels:  microservices, spring-boot, spring-cloud
Abixen Platform
Abixen Platform
Stars: ✭ 530 (+1258.97%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Gateway Sample
Sample Spring Cloud Gateway Application
Stars: ✭ 268 (+587.18%)
Mutual labels:  microservices, spring-boot, spring-cloud
Apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
Stars: ✭ 26,052 (+66700%)
Mutual labels:  microservices, spring-boot, spring-cloud
Event Stream Processing Microservices
Using Spring Cloud Stream and Spring State Machine to create event-driven microservices
Stars: ✭ 255 (+553.85%)
Mutual labels:  microservices, spring-boot, spring-cloud
Java Spring Cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
Stars: ✭ 326 (+735.9%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Kubernetes
Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...
Stars: ✭ 2,894 (+7320.51%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Netflix
Integration with Netflix OSS components
Stars: ✭ 4,498 (+11433.33%)
Mutual labels:  microservices, spring-boot, spring-cloud
Event Sourcing Microservices Example
Learn about building microservices with event sourcing using Spring Boot and how to deploy a social network to Kubernetes using Docker Compose or Helm.
Stars: ✭ 167 (+328.21%)
Mutual labels:  microservices, spring-boot, spring-cloud
Java Microservices Examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Stars: ✭ 194 (+397.44%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Commons
Common classes used in different Spring Cloud implementations
Stars: ✭ 493 (+1164.1%)
Mutual labels:  microservices, spring-boot, spring-cloud
Spring Cloud Contract
Support for Consumer Driven Contracts in Spring
Stars: ✭ 569 (+1358.97%)
Mutual labels:  microservices, spring-boot, spring-cloud

Mastering Microservices with Java - Third Edition

Mastering Microservices with Java 11 - Third Edition

This is the code repository for Mastering Microservices with Java - Third Edition, published by Packt.

Master the art of implementing scalable and reactive microservices in your production environment with ease

What is this book about?

Microservices are the next big thing in designing scalable, easy-to-maintain applications. This latest edition of Mastering Microservices with Java 11 covers a wide range of exciting, new developments in the world of microservices such as microservices patterns, interprocess communication with gRPC, and service orchestration.

This book covers the following exciting features:

  • Use domain-driven designs to develop and implement microservices
  • Understand how to implement microservices using Spring Boot
  • Explore service orchestration and interprocess transactions using the Simple API for Grid Applications (SAGAs)
  • Discover interprocess communication using REpresentational State Transfer (REST) and events
  • Gain knowledge of how to implement and design reactive microservices Deploy and test various microservices

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

logging:
    level:
      ROOT: INFO
      org.springframework.web: INFO

Following is what you need for this book: This book is designed for Java developers who are familiar with microservice architecture and now want to effectively implement microservices at an enterprise level. A basic knowledge of Java and Spring Framework is necessary.

With the following software and hardware list you can run all code files present in the book (Chapter 2-13).

Software and Hardware List

Sr. No. Software required OS required
1 Any Java based IDEs like Eclipse, Netbeans or IntelliJ IDEA Community Edition Linux, Windows, or Mac
2 JDK 11 Linux, Windows, or Mac
3 Maven Linux, Windows, or Mac
4 Gradle Linux, Windows, or Mac
5 Spring Cloud and Boot Linux, Windows, or Mac
6 Angular Linux, Windows, or Mac
7 Docker Linux, Windows, or Mac
8 RabbitMQ Linux, Windows, or Mac
9 Apache Kafka Linux, Windows, or Mac
10 Apache Avro 1.8.2 Linux, Windows, or Mac
11 npm 5.5.1 Linux, Windows, or Mac
12 Netflix Conductor Linux, Windows, or Mac

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Sourabh Sharma has over 16 years of experience in product/application development. His expertise lies in designing, developing, deploying, and testing N-tier web applications and leading teams. He loves to troubleshoot complex problems and develop innovative ways to solve problems. Sourabh believes in continuous learning and sharing your knowledge.

Other books by the authors

Mastering Microservices with Java

Mastering Microservices with Java 9 - Second Edition

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].