You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
reagent_manage/docs/backend/README.md

14 lines
596 B

6 years ago
# 介绍
后端分local和cloud版,对应 `java/local``java/cloud` 目录,可以根据自行选择。
6 years ago
local版基于SpringBoot、SpringMVC、Mybatis-Plus开发。
6 years ago
cloud版基于SpringBoot、SpringCloud、SpringCloudAlibaba、SpringMVC、Mybatis-Plus开发
,服务间调用使用dubbo,未使用分布式事务。
目前两者在功能上的差别就是local版支持动态修改资源的限流设置,而cloud版由于还在研究sentinel中,
所以还未实现,暂时以gateway的 `default-filters` 作为替代。
6 years ago
具体文档不写啦,代码写得太垃圾了。。。