项目介绍修改

pull/559/head
zhangdaihao 2019-02-27 23:12:09 +08:00
parent 52eb436a1b
commit f553862b23
1 changed files with 44 additions and 6 deletions

View File

@ -11,14 +11,52 @@ Jeecg-boot 一个全新的版本,采用前后端分离方案,提供强大代
技术架构: 技术架构:
----------------------------------- -----------------------------------
后端技术: SpringBoot + Mybatis-plus + Shiro + Jwt + Swagger-ui + Redis
前端技术: Ant-design-vue + Vue + Webpack #### 后端
- 基础框架Spring Boot 2.0.3.RELEASE
- 持久层框架Mybatis-plus_3.0.6
- 安全框架Apache Shiro 1.4.0-RC2
- JWTJwt_3.4.1
- 数据库连接池阿里巴巴Druid 1.1.10
- 缓存框架redis
- 日志打印logback
- 其他fastjsonpoiSwagger-uiquartz, lombok简化代码等。
#### 前端
- 基础框架Ant-design-vue
- JavaScript框架vue
- Webpack
- node
- yarn
- eslint
- @vue/cli 3.2.1
- [ant-design-vue](https://github.com/vueComponent/ant-design-vue) - Ant Design Of Vue 实现
- [vue-cropper](https://github.com/xyxiao001/vue-cropper) - 头像裁剪组件
- [@antv/g2](https://antv.alipay.com/zh-cn/index.html) - Alipay AntV 数据可视化图表
- [Viser-vue](https://viserjs.github.io/docs.html#/viser/guide/installation) - antv/g2 封装实现
#### 开发环境
- 语言Java 8
- IDEEclipse Oxygen & IDEA 2018.1.4(Ultimate Edition)
- 依赖管理Maven
- 数据库MySQL5.7 & Oracle 11g
- 版本管理SVNgit
其他技术: Druid数据库连接池、Logback日志工具 、poiExcel工具
Quartz定时任务、lombok简化代码
项目构建: Maven、Jdk8