Git Product home page Git Product logo

gspandy / taroco Goto Github PK

View Code? Open in Web Editor NEW

This project forked from borntorain/taroco

0.0 1.0 0.0 2.77 MB

基于spring boot,spring cloud,axon framework的领域驱动设计的微服务开发框架系统。提供整套微服务架构模块:统一用户中心,用户授权、鉴权,配置中心,注册中心,服务路由,服务熔断,追踪、治理,灰度发布。后期将继续加上存储系统、微信系统。

License: MIT License

Java 87.13% HTML 2.49% CSS 1.59% Vue 8.79%

taroco's Introduction

项目链接

Git GitHub

项目介绍

基于spring boot,spring cloud,axon framework的领域驱动设计的微服务开发框架系统。提供整套微服务架构模块:统一用户中心,用户授权、鉴权,配置中心,注册中心,服务路由,服务熔断,追踪、治理,灰度发布。后期将继续加上存储系统、微信系统。

适用对象

Taroco并不适用于所有场景。 如果你只是想快速开发一款简单的产品的话,Taroco并不适合你。 如果你的系统只是一个简单的单体应用就能解决的话,Taroco并不适合你。 Taroco适用的场景。 由于Taroco采用CQRS(命令责任分离)架构,能比普通应用承载更高的读写,因此Taroco适合于高并发的系统。 Taroco适用于复杂,需求迭代快速的业务场景。 Taroco采用DDD(领域建模)**,因此,Taroco适合于有一定DDD基础的开发者。

项目架构

Taroco
├── (暂未开发)taroco-auth -- 授权系统
├── taroco-cloud -- spring cloud 微服务相关基础组件
|    ├── (暂未开发)cloud-admin -- 服务监控
|    ├── cloud-api-gateway -- 服务网关
|    ├── cloud-circuit-breaker -- 服务容错保护
|    ├── cloud-config -- 分布式配置中心
|    ├── cloud-registry -- 服务注册中心
├── (已完成)taroco-common -- 项目基础服务组件
|    ├── taroco-core -- 核心组件封装
|    ├── taroco-service -- 服务组件封装
├── (暂未开发)taroco-message-center --消息中心
|    ├── message-center-api -- 消息中心API
|    ├── message-center-websocket -- 消息中心websocket实现
├── (暂未开发)taroco-oss --存储组件
|    ├── (阿里云,七牛)
├── (暂未开发)taroco-pay --支付中心
|    ├── (支付宝,微信,银联)
├── (进行中)taroco-user-center -- 用户中心
|    ├── user-center-command -- 用户命令端
|    ├── user-center-common -- 用户公用
|    ├── user-center-query -- 用户查询端
├── taroco-web-ui -- 前端代码
|    ├── (进行中)layui -- layui版本
|    ├── (暂未开发)vue-ui -- vue版本

后端技术

技术 名称 官网
Spring Boot 容器 http://projects.spring.io/spring-boot/
Spring Cloud 微服务解决方案 http://projects.spring.io/spring-cloud/
Axon 容器 http://www.axonframework.org/
Rabbit MQ 消息队列 http://www.rabbitmq.com/
Spring Data 持久化 http://projects.spring.io/spring-data/
Swagger2 接口测试框架 http://swagger.io/
Jenkins 持续集成工具 https://jenkins.io/index.html
Maven 项目构建管理 http://maven.apache.org/

前端技术

技术 名称 官网
LayUI 函式库 http://www.layui.com/
VUE 函式库 https://cn.vuejs.org/
vue-router 2 vue路由 https://router.vuejs.org/zh-cn/
iview VUE组件 https://www.iviewui.com

开发工具

  • MongoDB: 数据库
  • RabbitMQ: 消息中间件
  • Git: 版本管理
  • IntelliJ IDEA: 开发IDE

开发环境

  • JDK8+

许可证

MIT

常见问题

taroco's People

Contributors

xwayway avatar

Watchers

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