Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2 KB

README.md

File metadata and controls

63 lines (48 loc) · 2 KB

前言

项目介绍

项目架构

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