All Projects → fancyyawn → blog-hbs-cloud-microservice-multi-db

fancyyawn / blog-hbs-cloud-microservice-multi-db

Licence: other
基于SpringCloud的微服务化多人博客

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to blog-hbs-cloud-microservice-multi-db

wemirr-platform
最优秀、最简单、最漂亮的开源SAAS、多租户、SpringCloud、Mysql、Mybatis-Plus、Spring Cloud Alibaba 、Oauth2.0 、有BUG第一时间修复
Stars: ✭ 39 (+143.75%)
Mutual labels:  spring-cloud
sample-spring-chaosmonkey
sample applications illustrating usage of codecentric's chaos monkey library for microservices created using spring boot and spring cloud
Stars: ✭ 19 (+18.75%)
Mutual labels:  spring-cloud
springboot2-swagger
Swagger integration with Spring Boot 2.0.1.BUILD-SNAPSHOT and Spring Cloud Finchley.BUILD-SNAPSHOT
Stars: ✭ 17 (+6.25%)
Mutual labels:  spring-cloud
zhacker-framework
微服务实践公共类库,基于SpringBoot2
Stars: ✭ 28 (+75%)
Mutual labels:  spring-cloud
DAFramework
云南数聚基础框架
Stars: ✭ 25 (+56.25%)
Mutual labels:  spring-cloud
spring-boot-microservices-entry
Entry level distributed application built with Spring Cloud
Stars: ✭ 13 (-18.75%)
Mutual labels:  spring-cloud
springCloudShop
🚀 用spring-cloud 基于tcc做的简单下单流程
Stars: ✭ 54 (+237.5%)
Mutual labels:  spring-cloud
JavaFamily
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Stars: ✭ 517 (+3131.25%)
Mutual labels:  spring-cloud
spring-microservices
Example of a microservice architecture using Spring Cloud
Stars: ✭ 76 (+375%)
Mutual labels:  spring-cloud
yt4j
使用spring boot + spring cloud + sa-token制作脚手架项目
Stars: ✭ 23 (+43.75%)
Mutual labels:  spring-cloud
if1007
Desenvolvimento de Aplicações com Arquitetura Baseada em Microservices
Stars: ✭ 78 (+387.5%)
Mutual labels:  spring-cloud
OnlineStore
REST api for an online store using microservices architecture.
Stars: ✭ 27 (+68.75%)
Mutual labels:  spring-cloud
spring-projects
Some spring sample projects
Stars: ✭ 24 (+50%)
Mutual labels:  spring-cloud
redislimiter-spring-boot
an excellent API limiting framework for Spring boot/cloud application, especially for microservice project
Stars: ✭ 64 (+300%)
Mutual labels:  spring-cloud
choerodon-oauth
This service is the authorized authentication center of the choerodon microservices framework and is mainly responsible for user privilege and authorization.
Stars: ✭ 19 (+18.75%)
Mutual labels:  spring-cloud
easemesh
A service mesh implementation for connecting, control, and observe services in spring-cloud.
Stars: ✭ 454 (+2737.5%)
Mutual labels:  spring-cloud
spring-cloud-dataflow-server-nomad
Spring Cloud Data Flow Implementation for Hashicorp Nomad
Stars: ✭ 11 (-31.25%)
Mutual labels:  spring-cloud
spring-cloud-microservices-on-kubernetes
My Best Practices in development and deployment of Spring Cloud Microservices on Kubernetes.
Stars: ✭ 19 (+18.75%)
Mutual labels:  spring-cloud
go-eureka-client
Non-offical implementation of Spring Cloud Eureka client. Eureka server api, refer to: https://github.com/Netflix/eureka/wiki/Eureka-REST-operations
Stars: ✭ 24 (+50%)
Mutual labels:  spring-cloud
generator-deepexi-spring-cloud
deepexi java scaffold(spring cloud) generator
Stars: ✭ 30 (+87.5%)
Mutual labels:  spring-cloud

blog-hbs-cloud-microservice-multi-db

基于SpringCloud的微服务化多人博客,每个服务可根据业务需要使用的不同的数据库。

  • blog-common: 提供Paging得公共类
  • blog-discovery:基于Eureka提供服务注册和发现功能
  • blog-hbs-web:整个博客应用的gateway,对外提供页面, 其利用各微服务模块的api来提供数据和操作。
  • blog-service-user:用户服务,在内网环境中提供rest api, 数据库为mysql(blog-microservice)
  • blog-service-post:博客服务,在内网环境中提供rest api,数据库为mongodb(blog-microservice)
  • blog-service-comment: 评价服务,在内网环境中提供rest api,数据库为mongodb(blog-microservice)
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].