这里是项目简介
- documents -- 项目开发相关文档(如:项目需求文档、设计文档等等)
- projects -- 项目源码(比如:前端项目、后端项目等等)
技术 | 说明 | 版本 | 备注 |
---|---|---|---|
Spring | 容器 | 5.2.6 | https://spring.io/ |
SpringWebMVC | mvc 框架 | 5.2.6 | https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html |
Mybatis | ORM 框架 | 3.??? | http://www.mybatis.org/mybatis-3/zh/index.html |
MyBatisGenerator | 数据层代码生成 | ??? | http://www.mybatis.org/generator/index.html |
PageHelper | MyBatis 物理分页插件 | ??? | http://git.oschina.net/free/Mybatis_PageHelper |
Druid | 数据库连接池 | ??? | https://github.com/alibaba/druid |
Lombok | 简化对象封装工具 | ??? | https://github.com/rzwitserloot/lombok |
技术 | 说明 | 版本 | 备注 |
---|---|---|---|
Vue | 前端框架 | ??? | https://vuejs.org/ |
Vue-router | 路由框架 | ??? | https://router.vuejs.org/ |
Vuex | 全局状态管理框架 | ??? | https://vuex.vuejs.org/ |
Axios | 前端 HTTP 框架 | ??? | https://github.com/axios/axios |
Bootstrap | 前端 UI 框架 | 4 | https://bootstrap-vue.org/ |
Element | 前端 UI 框架 | ??? | https://element.eleme.io |
工具 | 说明 | 版本 | 备注 |
---|---|---|---|
IDEA | 开发 IDE | ??? | https://www.jetbrains.com/idea/download |
Navicat | 数据库连接工具 | ??? | http://www.formysql.com/xiazai.html |
PowerDesigner | 数据库设计工具 | ??? | http://powerdesigner.de/ |
Axure | 原型设计工具 | ??? | https://www.axure.com/ |
MindMaster | 思维导图设计工具 | ??? | http://www.edrawsoft.cn/mindmaster |
Visio | 流程图绘制工具 | ??? | |
Postman | API 接口调试工具 | ??? | https://www.postman.com/ |
工具 | 版本 | 备注 |
---|---|---|
Windows | 10 | 操作系统 |
JDK | 1.8 | https://www.injdk.cn/ |
MySQL | 5.7 | https://www.mysql.com/cn/ |
Tomcat | 8.5 | |
NodeJS | 12.16.3 | https://nodejs.org/zh-cn/ |
后续补充