Java程序员必装的20个Java开发工具,看看你还有哪个没有安装??

1、JDK2、Maven3、SVN4、Git5、TomCat6、MySQL 关系型数据库7、Navicat 数据库可视化工具8、redis 非关系型数据库9、RedisClient 可视化Redis10、nginx11、MongoDB12、Robo 3T 可视化MangoDB工具13、nodejs14、HBuilderX15、ElasticSearch16、kibana 可视化es17、Zookeeper 注册中心

你值得拥有!!

1、JDK

命令:java -version

下载地址:https://www.oracle.com/java/technologies/javase-jdk14-downloads.html

2、Maven

命令:mvn -v

下载地址:https://maven.apache.org/

3、SVN

命令:svn --version

下载地址:https://tortoisesvn.net/

4、Git

命令:git–version

下载地址:https://git-scm.com/

5、TomCat

https://tomcat.apache.org/

6、MySQL 关系型数据库

https://dev.mysql.com/downloads/installer/

7、Navicat 数据库可视化工具

http://www.formysql.com/xiazai.html

8、redis 非关系型数据库

https://github.com/MicrosoftArchive/redis/releases

9、RedisClient 可视化Redis

https://blog.csdn.net/zhonghua_csdn/article/details/89877316

10、nginx

http://nginx.org/en/download.html

11、MongoDB

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.21-signed.msi

12、Robo 3T 可视化MangoDB工具

https://download.robomongo.org/1.2.1/windows/robo3t-1.2.1-windows-x86_64-3e50a65.zip

13、nodejs

14、HBuilderX

15、ElasticSearch

启动成功! https://www.elastic.co/cn/downloads/past-releases/elasticsearch-6-2-2

16、kibana 可视化es

https://artifacts.elastic.co/downloads/kibana/kibana-6.2.2-windows-x86_64.zip

17、Zookeeper 注册中心