基础环境要求
最后更新于:2022-04-02 07:08:41
## 基础开发环境
* JDK: 1.8+ (小于11)
* Maven: 3.5+
* MySql: 5.7+
* Redis: 3.2 +
* Node Js: 10.0 +
* Npm: 5.6.0+
* Yarn: 1.21.1+
## 技术点
>[info] 需要掌握的基础知识
| 序号 | 知识点 | 资料 |
| -------- | ----- | ---- |
| 1 | Node.js 入门 | http://www.runoob.com/nodejs/nodejs-tutorial.html |
| 2 | Npm 命令 | http://www.runoob.com/nodejs/nodejs-npm.html |
| 3 | Yarn | 建议,比npm更快 |
| 4 | Vue | https://cn.vuejs.org/ |
| 5 | ES6 | https://blog.csdn.net/itzhongzi/article/details/73330681 |
| 6 | Vue全家桶 | Webpack 、axios、Vue router、Vuex、Vue Loader、Vue cli |
| 7 | Springboot | |
| 8 | Mybatis-plus | |
| 9 | Shiro | |
| 10 | Spring Cloud Alibaba | [微服务技术解决方案](微服务整体解决方案.md) |
## 推荐IDE
* 后端使用 IntelliJ IDEA(`Lombok Plugin` 必装)
* 前端使用 IntelliJ IDEA 或 WebStorm
';