Skip to content

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

License

Notifications You must be signed in to change notification settings

BornToRain/Taroco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

前言

项目介绍

项目架构

Taroco
├── taroco-assembling -- 项目集合工程
├── taroco-cloud -- spring cloud 微服务相关基础组件
|    ├── cloud-admin -- 服务监控
|    ├── cloud-api-gateway -- 服务网关
|    ├── cloud-circuit-breaker -- 服务容错保护
|    ├── cloud-config -- 分布式配置中心
|    ├── cloud-registry -- 服务注册中心
├── taroco-common -- 项目基础服务组件
├── taroco-user-center -- 用户中心
|    ├── uc-auth -- 用户授权系统
|    ├── uc-command -- 用户命令端
|    ├── uc-common -- 用户公用
|    ├── uc-query -- 用户查询端

技术选型

后端技术:

技术 名称 官网
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/

前端技术:

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

开发工具:

  • MongoDB: 数据库
  • Tomcat: 应用服务器
  • Git: 版本管理
  • Nginx: 反向代理服务器
  • IntelliJ IDEA: 开发IDE

开发环境:

  • JDK8+
  • MongoDB

许可证

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published