开发环境与工具
### 开发环境
1. OpenJDK11
下载地址:[http://jdk.java.net/java-se-ri/11](http://jdk.java.net/java-se-ri/11)
2. MySQL8.X
下载地址:[https://dev.mysql.com/downloads/](https://dev.mysql.com/downloads/)
3. Redis5.0.3
下载地址:[https://redis.io/download](https://redis.io/download)
4. Nginx
下载地址:[http://nginx.org/en/download.html](http://nginx.org/en/download.html)
5. Node&NPM
下载地址:[http://nodejs.cn/download/](http://nodejs.cn/download/)
6. Git
下载地址:[https://git-scm.com/download/win](https://git-scm.com/download/win)
### 开发工具
1. IntellijIDEA
下载地址:[https://www.jetbrains.com/idea/download/](https://www.jetbrains.com/idea/download/)
2. VSCode
下载地址:[https://code.visualstudio.com/](https://code.visualstudio.com/)
3. HBuildX
下载地址:[https://www.dcloud.io/hbuilderx.html](https://www.dcloud.io/hbuilderx.html)
4. TortoiseGit(Windows)或SourceTree(Mac)
下载地址(TortoiseGit):[https://tortoisegit.org/download/](https://tortoisegit.org/download/)
下载地址(SourceTree):[https://www.sourcetreeapp.com/](https://www.sourcetreeapp.com/)
5. 微信开发者工具
下载地址:[https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
*注意:在阅读下一篇文档前,请确保您的计算机已安装各类开发环境与工具。*