All Projects → jorrellz → Jetfirecloud

jorrellz / Jetfirecloud

Licence: apache-2.0
基于SpringCloud Finchley.RELEASE的微服务开发脚手架,整合了spring-security-oauth2、springboot-admin、feign、hystrix、spring-cloud-gateway、turbine等全家桶

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jetfirecloud

Xxproject
SpringCloud 微服务综合实例。分布式配置中心,服务发现&负载均衡,链路断路器,API网关,OAuth2认证授权,分布式追踪,ELK日志中心,Ansible/Docker持续交付等最佳实践。
Stars: ✭ 371 (+187.6%)
Mutual labels:  eureka, config, zipkin, hystrix, oauth2
Springcloud
简单了解微服务
Stars: ✭ 174 (+34.88%)
Mutual labels:  eureka, config, gateway, hystrix
Springcloud
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中
Stars: ✭ 6,997 (+5324.03%)
Mutual labels:  eureka, zipkin, hystrix, oauth2
Springcloud Learning
学习Spring Cloud框架的总结,使用的是最新的Hoxton版本。主要对包括但不限于Eureka、Ribbon、Hystrix、Zuul、Gateway、Security、Bus、OpenFeign等核心组件的用法进行详细介绍。
Stars: ✭ 129 (+0%)
Mutual labels:  eureka, bus, gateway, hystrix
Wotrd Cloud
基于nacos包含网关、认证授权、服务注册、发现、断路降级、限流、配置中心、分库分表等基础组件
Stars: ✭ 135 (+4.65%)
Mutual labels:  gateway, hystrix, oauth2
Spring Boot Cloud
基于 Spring Boot、Spring Cloud、Spring Oauth2 和 Spring Cloud Netflix 等框架构建的微服务项目
Stars: ✭ 2,044 (+1484.5%)
Mutual labels:  eureka, zipkin, hystrix
Spring Petclinic Microservices
Distributed version of Spring Petclinic built with Spring Cloud
Stars: ✭ 814 (+531.01%)
Mutual labels:  eureka, zipkin, hystrix
Springcloud
springCloud学习
Stars: ✭ 251 (+94.57%)
Mutual labels:  eureka, gateway, hystrix
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 (+185.27%)
Mutual labels:  eureka, zipkin, hystrix
Fw Cloud Framework
基于springcloud全家桶开发分布式框架(支持oauth2认证授权、SSO登录、统一下单、微信公众号服务、Shardingdbc分库分表、常见服务监控、链路监控、异步日志、redis缓存等功能),实现基于Vue全家桶等前后端分离项目工程
Stars: ✭ 717 (+455.81%)
Mutual labels:  eureka, gateway, oauth2
tictactoe-microservices-example
An example of Spring Cloud Microservices application based on books (see Links section)
Stars: ✭ 23 (-82.17%)
Mutual labels:  hystrix, eureka, zipkin
Spring Samples For All
spring、spring-boot、spring-cloud 常用整合用例
Stars: ✭ 401 (+210.85%)
Mutual labels:  eureka, zipkin, hystrix
Spring Cloud
SpringCloud微服务架构,提供快速上手脚手架,快速构建高可用注册中心,高可用配置中心,加入Hystrix断路器,gateway服务官网,权限认证、服务降级、限流,加入应用监控
Stars: ✭ 130 (+0.78%)
Mutual labels:  eureka, gateway, hystrix
spring-microservices
Spring Cloud Micro Services with Eureka Discovery, Zuul Proxy, OAuth2 Security, Hystrix CircuitBreaker, Sleuth Zipkin, ELK Stack Logging, Kafka, Docker and many new features
Stars: ✭ 114 (-11.63%)
Mutual labels:  hystrix, eureka, zipkin
Fw Spring Cloud
SpringCloud构建实战、从入门到高级,包含eureka、zuul、gateway、feign、ribbon、hystrix、mq、turbine、nacos、elk、consul、zookeeper、rocketmq、kafka、分布式事务(RocketMq、LCN、Seata)、分库分表(Sharding-JDBC)、分布式锁(Redis、Guava)、jwt、SkyWalking、Zipkin、bootadmin等使用案例
Stars: ✭ 276 (+113.95%)
Mutual labels:  gateway, zipkin, hystrix
Springcloudlearning
《史上最简单的Spring Cloud教程源码》
Stars: ✭ 16,218 (+12472.09%)
Mutual labels:  eureka, gateway, hystrix
Lamp Cloud
lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot的微服务快速开发平台,其中的可配置的SaaS功能尤其闪耀, 具备RBAC功能、网关统一鉴权、Xss防跨站攻击、自动代码生成、多种存储系统、分布式事务、分布式定时任务等多个模块,支持多业务系统并行开发, 支持多服务并行开发,可以作为后端服务的开发脚手架。代码简洁,注释齐全,架构清晰,非常适合学习和企业作为基础框架使用。
Stars: ✭ 4,125 (+3097.67%)
Mutual labels:  eureka, gateway, hystrix
Springcloud Learning
Spring Cloud基础教程,持续连载更新中
Stars: ✭ 6,839 (+5201.55%)
Mutual labels:  eureka, zipkin, hystrix
Spring Cloud Microservice Examples
spring-cloud-microservice-examples
Stars: ✭ 372 (+188.37%)
Mutual labels:  zipkin, hystrix
Light Reading Cloud
📚 轻松阅读,基于SpringCloud生态开发的阅读类APP微服务实战项目,涉及 SpringCloud-Gateway、Nacos、OpenFeign、Hystrix、Jwt、ElasticSearch 等技术的应用
Stars: ✭ 506 (+292.25%)
Mutual labels:  eureka, hystrix

Build Status License

快速开始

开发环境

  1. 克隆代码库: git clone https://github.com/jorrellz/JetfireCloud.git

  2. 生成ide配置: mvn idea:idea 并导入对应的ide进行开发,IDE安装lombok插件

  3. 初使化数据库: 执行服务目录下src/main/db下的ddl和dml脚本

编译 & 启动

启动服务: mvn springboot:run

服务分类 服务名 简介 应用地址 文档
center jetfire-eureka-server 注册中心 http://localhost:8761
center jetfire-bus-server 消息中心 http://localhost:8071
center jetfire-config-server 配置中心 http://localhost:8061
auth jetfire-authorization-server 授权服务 http://localhost:8000 权限服务文档授权Server文档
auth jetfire-authentication-server 签权服务 http://localhost:8001 认证Server文档
auth jetfire-authentication-client 签权客户端 jar包引入
gateway jetfire-gateway 网关 http://localhost:8443
monitor jetfire-admin 总体监控 http://localhost:8022
monitor jetfire-hystrix-dashboard 性能指标展示 http://localhost:8021
monitor jetfire-turbine 性能指标收集 http://localhost:8031
monitor jetfire-zipkin 日志收集 http://localhost:8091

测试

运行 mvn test 启动测试.

开发指南

项目目录结构

├── jetfire-auth                           --授权认证子项目
│   ├── jetfire-authentication-server        --认证组件服务端 
│   ├── jetfire-authentication-client        --认证组件客户端 
│   ├── jetfire-authorization-server         --授权组件服务端
│   ├── db                           --子项目公共数据库脚本
│   └── pom.xml                      --子项目maven配置文件
├── jetfire-center               --中心子项目
│   ├── jetfire-bus                --消息中心
│   ├── jetfire-config             --配置中心
│   ├── jetfire-eureka             --注册中心 
│   └── pom.xml
├── jetfire-common               --通用子项目
│   ├── jetfire-core               --核心类库
│   ├── jetfire-test               --测试工具类库
│   ├── jetfire-web                --WEB核心类库
│   └── pom.xml          
├── jetfire-data                 --server及服务数据存储目录
│   ├── logs               --日志存储位置
│   ├── postgres           --postgres数据库文件存储目录 
│   ├── rabbitmq           --rabbitmq数据文件存储目录
│   └── redis              --redis数据文件存储目录
├── jetfire-gateway              --网关子项目  
│   ├── jetfire-gateway-web        --基于springcloud gateway的网关
│   ├── jetfire-gateway-zuul       --基于netflix zuul的网关
│   └── pom.xml
├── jetfire-monitor              --监控、日志及服务管理子项目
│   ├── jetfire-admin              --springcloud admin管理
│   ├── jetfire-hystrix-dashboard  --hystrix监控
│   ├── jetfire-turbine            --turbine监控聚集 
│   ├── jetfire-zipkin             --日志汇总
│   └── pom.xml
├── jetfire-services             --业务服务子项目
│   ├── jetfire-consumer-feign     --消费者服务 feign demo
│    ├── jetfire-consumer-ribbon    --消费者服务 ribbon demo 
│    ├── jetfire-producer           --服务提供者,产品服务
│   └── pom.xml
├── readme.md            --readme文档入口
└── pom.xml              --业务服务子项目

开发规范

规范文档

功能特性

基础模块

注册中心:Eureka

配置中心:Spring Cloud Config

消息总线:Rabbitmq

动态网关:Spring Cloud Gateway

授权认证:Spring Security OAuth2

服务容错:Spring Cloud Hystrix

服务调用:Spring Cloud OpenFeign

文档管理:Swagger2

服务监控:Spring Boot Admin

日志管理:ES + Kibana、Zipkin

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