1.Java、maven[3.6.0]、git、nodejs[10.16.0]、postgresSql[10.9.1]安装,并加入环境变量
参考:https://blog.youkuaiyun.com/liuli283/article/details/88376975
2.安装时序库TimescaleDB [最后我一直启动不起来,后来装了这个时序库才可以,所以这个很重要]
参考:https://blog.youkuaiyun.com/weixin_44739010/article/details/102817309
3.git要配置密钥SSH
4.maven的setting文件要加入阿里云镜像[一共三段,我只配置了后面两段mirror]
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<mirror>
<!--This sends everything else to /public -->
<id>nexus</i