All Projects → eiselems → Spring Boot Microservices

eiselems / Spring Boot Microservices

This repo is part of a tutorial about writing microservices using Spring Boot

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Boot Microservices

Microservices Example
Example of a microservices architecture on the modern stack of Java technologies
Stars: ✭ 66 (-16.46%)
Mutual labels:  microservice, spring-boot, microservices-architecture
Matecloud
🔥MateCloud是一款基于Spring Cloud Alibaba的微服务架构。目前已经整合Spring Cloud Alibaba、Spring Security Oauth2、Feign、Dubbo、JetCache、RocketMQ等服务套件,为您的开发保驾护航
Stars: ✭ 412 (+421.52%)
Mutual labels:  microservice, spring-boot, microservices-architecture
Practical Clean Ddd
A simplified and effortless approach to get started with Domain-driven Design, Clean Architecture, CQRS, and Microservices patterns
Stars: ✭ 28 (-64.56%)
Mutual labels:  microservice, microservices-architecture
Jbone
jbone基于Spring Cloud框架开发,旨在为中小企业提供稳定的微服务解决方案,为开发人员提供基础开发骨架,jbone包含微服务中所有常用组件,例如注册中心、服务管理、服务监控、JVM监控、内存分析、调用链跟踪、API网关等等。业务功能包括系统权限的统一管理、单点登录、CMS、电商平台、工作流平台、支付平台等等。
Stars: ✭ 961 (+1116.46%)
Mutual labels:  microservice, spring-boot
Spring Cloud Study
开源书《跟我学Spring Cloud》的配套代码。讨论QQ群:731548893
Stars: ✭ 1,036 (+1211.39%)
Mutual labels:  microservice, spring-boot
Html Pdf Service
LGPL V3. Java Spring Boot microservice with RESTful webconsole and service endpoints that convert HTML to PDF, optionally styling with CSS and templating with JSON using Flying Saucer, PDF Box and Jackson libraries. Available on Docker Hub.
Stars: ✭ 12 (-84.81%)
Mutual labels:  microservice, spring-boot
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+994.94%)
Mutual labels:  microservice, microservices-architecture
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-43.04%)
Mutual labels:  microservice, spring-boot
Spring Boot Websocket Chat Demo
Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol
Stars: ✭ 726 (+818.99%)
Mutual labels:  spring-boot, tutorial
Web Development Interview With Java
Java 开发相关技术栈(大中厂)高频面试问题收录。
Stars: ✭ 69 (-12.66%)
Mutual labels:  microservice, spring-boot
Kotlin Spring Boot Jpa Rest Api Demo
Build a Restful API with Kotlin, Spring Boot, Mysql, Jpa and Hibernate
Stars: ✭ 67 (-15.19%)
Mutual labels:  microservice, spring-boot
Microservices Prototype
Stars: ✭ 72 (-8.86%)
Mutual labels:  microservice, microservices-architecture
Spring Qrcode Example
Demonstrates some of the capabilities of the Spring Boot framework through a small, simple example.
Stars: ✭ 23 (-70.89%)
Mutual labels:  microservice, spring-boot
Microservices Connector
Inter-Service communication framework, support for microservice architecture and distributed system
Stars: ✭ 17 (-78.48%)
Mutual labels:  microservice, microservices-architecture
Tweetmap
A real time Tweet Trend Map and Sentiment Analysis web application with kafka, Angular, Spring Boot, Flink, Elasticsearch, Kibana, Docker and Kubernetes deployed on the cloud
Stars: ✭ 28 (-64.56%)
Mutual labels:  microservice, spring-boot
Sso
cas单点登录系统,其中包括cas认证服务,配置中心,监控平台,服务管理的高可用项目
Stars: ✭ 797 (+908.86%)
Mutual labels:  spring-boot, tutorial
Mini Platform
Mini-Platform致力于更简洁易用的轻量级微服务治理平台。
Stars: ✭ 45 (-43.04%)
Mutual labels:  microservice, spring-boot
Microservices Reference Implementation
A reference implementation demonstrating microservices architecture and best practices for Microsoft Azure
Stars: ✭ 671 (+749.37%)
Mutual labels:  microservice, microservices-architecture
Servicecomb Mesher
A high performance service mesh implementation written in go
Stars: ✭ 676 (+755.7%)
Mutual labels:  microservice, microservices-architecture
Sample Boot Micro
Spring Cloud + Gradle Multi Project + Java8
Stars: ✭ 72 (-8.86%)
Mutual labels:  microservice, spring-boot

spring-boot-microservices

This repository contains the coding part of 'Microservices with Mo'. A tutorial series about creating an microservice architecture with Spring Boot.

Here are the links to all parts of the series:

The architecture consists / will consist of following services:

  • counterservice
  • configservice
  • servicediscovery
  • adminservice
  • gatewayservice

How to run

git clone https://github.com/eiselems/spring-boot-microservices.git && cd spring-boot-microservices
mvn clean package -DskipTests && docker-compose up --build

Access http://localhost:9999/api/cs/count and refresh a few times to see the counter increase. You also can access the counterservice itself directly at http://localhost:8080/count.

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].