Git Product home page Git Product logo

mcloud's Introduction

MCloud - 微服务基础设施

Build Status Coverage Status License

项目简介

MCloud 基于Spring Cloud进行开发,提供了项目中常用的基础设施:

  • mcloud-eureka 服务注册与发现中心。
  • mcloud-oauth-server 基于Spring OAuth2实现的OAuth2认证服务端,其它服务需要依赖此服务进行认证。
  • mcloud-uia API 统一登录中心。
  • mcloud-apigw 基于Spring cloud zuul 实现的api网关 。
  • mcloud-config 统一配置中心。
  • mcloud-monitoring 基于 Spring boot admin 实现系统监控。
  • mcloud-file-storage 文件存储中心。
  • mcloud-search 基于 ElasticSearch 全文检索服务
  • mcloud-logs 基于logstash Kibana 以及 ElasticSearch 实现的日志服务。
  • mcloud-blog Demo Project

其他模块:

环境依赖

  • JDK 1.8 以上
  • IDE 请安装对应IDE的lombok插件
  • 数据库 Mysql 5.5 及以上
  • 缓存 Redis
  • 消息中间件 Kafka, RabbitMQ (暂未实现)
  • 全文检索 ElasticSearch (暂未实现)

注: 因为项目拆分为很多独立的模块,且模块大多为 snapshot 版本,如果直接运行 mvn clean install 会出现找不到依赖的情况,此时可在本地 maven pom 文件中,添加 snapshotrepository

<repositories>
  <repository>
      <snapshots />
      <id>sonatype snapshots</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
  </repository>
</repositories>

系统结构

1

问题及建议

若是对于本项目有任何问题或建议,请提 Issue

mcloud's People

Contributors

heyuxian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.