All Projects → piomin → course-spring-microservices

piomin / course-spring-microservices

Licence: other
Code examples built for the purpose of video course: Microservices With Spring Boot And Spring Cloud

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to course-spring-microservices

Cloud-Native-App-Spring-Boot
A Cloud Native App with Spring Coud Security with KeyCloak Auth Server, API Gateway Server, Naming Server, Config Server and Distributed Tracing and ELK Stack hosted in K8s
Stars: ✭ 19 (-74.32%)
Mutual labels:  spring-cloud, spring-cloud-config, spring-cloud-gateway, openfeign
spring-projects
Some spring sample projects
Stars: ✭ 24 (-67.57%)
Mutual labels:  consul, spring-cloud, eureka, webclient
sample-spring-cloud-microservices-future
sample microservices illustrating usage of non netflix spring cloud components spring cloud loadbalancer, spring cloud gateway and spring cloud consul
Stars: ✭ 42 (-43.24%)
Mutual labels:  consul, spring-cloud, spring-cloud-gateway, spring-cloud-loadbalancer
Spring Cloud Learning
☁️适合刚接触微服务架构的初学者了解和学习微服务,主要集成了注册中心、服务网关、配置中心、熔断机制、应用监控。
Stars: ✭ 37 (-50%)
Mutual labels:  consul, spring-cloud, eureka
Microservices Example
Example of a microservices architecture on the modern stack of Java technologies
Stars: ✭ 66 (-10.81%)
Mutual labels:  spring-cloud, spring-cloud-netflix, eureka
Springcloud Learning
Spring Cloud基础教程,持续连载更新中
Stars: ✭ 6,839 (+9141.89%)
Mutual labels:  consul, spring-cloud, eureka
Spring Cloud Zuul Ratelimit
Rate limit auto-configure for Spring Cloud Netflix Zuul
Stars: ✭ 1,018 (+1275.68%)
Mutual labels:  consul, spring-cloud, spring-cloud-netflix
Bookstoreapp Distributed Application
Ecommerce project is being developed using Spring Boot Microservices and Spring Cloud (Backend) and React (Frontend). Splitting the Ecommerce functionality into various individual microservices so that they can be distributed, scale really well and make use of resources efficiently.
Stars: ✭ 63 (-14.86%)
Mutual labels:  consul, spring-cloud, eureka
Eureka Consul Adapter
This project contains a Spring Boot Starter that registers HTTP endpoints on a Spring Cloud Eureka server to support Prometheus's service discovery mechanism for Consul (<consul_sd_config>)
Stars: ✭ 93 (+25.68%)
Mutual labels:  consul, spring-cloud, eureka
Springcloud
springCloud学习
Stars: ✭ 251 (+239.19%)
Mutual labels:  consul, spring-cloud, eureka
Springcloudexamples
Spring Cloud 学习教程
Stars: ✭ 208 (+181.08%)
Mutual labels:  consul, spring-cloud, eureka
Springcloudlearning
《史上最简单的Spring Cloud教程源码》
Stars: ✭ 16,218 (+21816.22%)
Mutual labels:  consul, spring-cloud, eureka
Sample Spring Cloud Webflux
sample microservices demonstrating usage of spring reactive support with spring webflux and integration spring cloud, eureka, ribbon, spring cloud gateway, spring data jpa and mongodb
Stars: ✭ 65 (-12.16%)
Mutual labels:  spring-cloud, spring-cloud-netflix, eureka
Sample Spring Microservices New
Demo for Spring Boot 2 and Spring Cloud microservices with distributed configuration (Spring Cloud Config), service discovery (Eureka), API gateway (Spring Cloud Gateway, Zuul), Swagger2 API documentation, logs correlation using Spring Cloud Sleuth and many more
Stars: ✭ 559 (+655.41%)
Mutual labels:  spring-cloud, spring-cloud-netflix, eureka
CoSky
High-performance, low-cost microservice governance platform. Service Discovery and Configuration Service | 高性能、低成本微服务治理平台
Stars: ✭ 57 (-22.97%)
Mutual labels:  spring-cloud, spring-cloud-config, eureka
Spring Cloud Platform
🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新
Stars: ✭ 5,514 (+7351.35%)
Mutual labels:  spring-cloud, spring-cloud-gateway, spring-cloud-loadbalancer
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 (+397.3%)
Mutual labels:  spring-cloud, spring-cloud-netflix, eureka
Spring Boot Cloud
基于 Spring Boot、Spring Cloud、Spring Oauth2 和 Spring Cloud Netflix 等框架构建的微服务项目
Stars: ✭ 2,044 (+2662.16%)
Mutual labels:  consul, spring-cloud, eureka
sample-spring-cloud-gateway
sample spring cloud application with embedded api gateway on spring cloud gateway with or without service discovery with eureka
Stars: ✭ 25 (-66.22%)
Mutual labels:  spring-cloud, eureka, spring-cloud-gateway
taotao-cloud-project
微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀
Stars: ✭ 76 (+2.7%)
Mutual labels:  spring-cloud, eureka

Microservices With Spring Boot And Spring Cloud

That is repository with examples used for video course Microservices With Spring Boot And Spring Cloud.

Requirements

To run the example applications you need to have installed:

  1. Intellij IDEA
  2. JDK 11+
  3. Maven

Structure

Each directory in the root project is related with the single part of the course.

Part 1 - Introduction to Spring Boot

  • intro-to-spring-boot

Part 2 - Distributed configuration & service discovery

  • config-and-discovery

Part 3 - Inter-service communication

  • inter-communication

Part 4 - API Gateway

  • api-gateway

Part 5 - Event-driven microservices

  • event-driven
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].