瀏覽代碼

添加项目所涉及的大的知识点

tuonina 6 年之前
父節點
當前提交
fff5211809
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -12,6 +12,18 @@
 - *一键生成数据库相关代码配置在cn.gygxzc.envir.config.orm 包下,请自行配置相关参数*
 
 ### 项目说明
+
+项目采用Spring Cloud分布式解决方案。
+目前系统中涉及到的知识点有 :
+- Eureka服务发现与注册中心,
+- Spring Cloud Config Server 微服务配置中心;
+- Spring Cloud Gateway 网关
+- Spring Cloud Bus 消息总线(结合rabbitmq)
+- Spring Session 结合Redis 做分布式权限认证
+- Mybatis-Plus 3.0
+
+需要的可以去了解一下。
+
 项目中缓存可以分成三类:
 - 系统Spring session缓存,shiro缓存