Giter Club home page Giter Club logo

magician's Introduction

magician

一. 项目说明

基于Spring Cloud Greenwich.SR1 的快速开发平台
类别 框架
核心框架 springcloud Greenwich
安全框架 Spring Security、 Spring Cloud Oauth2
持久层框架 MyBatis-Plus
数据库连接池 Alibaba Druid
消息队列 RabbitMQ
分布式任务调度 elastic-job

二. 技术栈及项目结构说明

magician
├── core -- 基础核心模块集合
     └── auth -- 认证服务
     ├── common -- 基础公共模块
     ├── eureke -- 注册中心
     ├── gateway -- 网关
     └── config -- 配置中心
├── admin -- 后台管理模块
├── order -- 订单服务 TODO
├── stock -- 库存服务 TODO
├── finance -- 财务服务 TODO
├── app -- app基础接口 TODO
├── mes -- 对接mes TODO
└── visual  -- 图形化模块 TODO
     ├── monitor -- 微服务监控
     └── codegen -- 图形化代码生成
	 

三. 开发要点

0. 所有类注释上 用处、创建人、时间, 后增的方法上也要标注。 modify的代码段需写上原因、修改人、时间

1. 所有接口必须保证幂等,特别是微服务之间调用修改的接口(Feign超时自动重发请求、消息队列重复处理)

2. gateway使用了路由重试,所以接口必须符合RESTful,尤其是GET只能用来查询!

magician's People

Contributors

isscy avatar

Watchers

James Cloos 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.