更新框架描叙信息

Signed-off-by: feihu.wang <wfh45678@163.com>
This commit is contained in:
feihu.wang
2019-10-11 17:29:28 +08:00
parent 743d3cafb4
commit f9edb8a834
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -6,3 +6,5 @@
/radar-engine/target
/radar-service/target
/radar-service-impl/target
.idea
/*.iml

View File

@@ -17,7 +17,7 @@
前后端分离架构
后端技术框架: SpringBoot + Mysql + MongoDB + Redis + Groovy + Swagger
后端技术框架: SpringBoot + Mybatis + tkMapper + Mysql + MongoDB + Redis + Groovy + Swagger
前端技术框架: React(SPA)
@@ -27,6 +27,8 @@
## 技术选型
* Springboot笔者是java 出生, 选择 Springboot 理所当然,方便自己, 也方便其他Java使用者进行扩展。
* Mybatis + tkMapper 持久层框架, tkMapper 提供mapper 通用模板功能,减少重复代码的生成。
* Mysql 本项目中关系数据库的作用不大,主要用于存放 风险模型的元信息。
* MongoDB 用于存放事件JSON 提供基本统计学计算例如max, min, sum, avg,