Java后台开发常见官方网站汇总

  • 写在前面
  • 开发工具篇
    • JDK
    • JavaSE开发文档
    • Oracle数据库(收费)
    • MySQL数据库(免费)
    • Redis
    • MongoDB
    • JDBC
    • Druid连接池
    • Elasticsearch
    • Kibana——Elasticsearch的客户端
    • RabbitMQ
    • Maven
    • Git
    • Spring Framework(Spring 框架)
    • Spring Boot
    • Spring Cloud
    • Spring Security
    • MyBatis
    • MyBatis Plus
    • EasyCode代码生成器
    • Linux
    • Tomcat
    • Nginx
    • Swagger UI
    • 阿里云首页
    • 宝塔面板
    • Xshell
    • Xftp
    • Navicat
    • Postman
    • ApiPost(国产)
  • 技术论坛篇
    • CSDN
    • 开源中国
    • 菜鸟教程
  • 开源项目托管平台篇
    • GitHub
    • Gitee
  • 集成开发环境篇
    • Eclipse
    • IntelliJ IDEA

写在前面

小明是一个程序员,有一天他发现自己曾经浏览的某个技术工具的官方网站找不到了,他只能像大佬询问。大佬说,你可以把常用网站放到浏览器标签里,下次用的时候就可以找到了。小明恍然大悟,可是他发现如果每个人都去归纳自己的标签,那不就是重复造轮子吗?小明一想,那我可以把轮子造出来分享给大家岂不是乐哉!!所以,小明花了点时间整理了下面这篇文章。

开发工具篇

JDK

JDK在Oracle官网下载:
https://www.oracle/java/technologies/javase-downloads.html

JavaSE开发文档

文档在Oracle官网下载(目前官方没有中文版本):
https://www.oracle/cn/java/technologies/java-se-api-doc.html

Oracle数据库(收费)

https://www.oracle/database/technologies/oracle-database-software-downloads.html#19c

MySQL数据库(免费)

https://dev.mysql/downloads/mysql/

Redis

https://redis.io/download

MongoDB

https://www.mongodb/try/download/community

JDBC

https://www.oracle/database/technologies/appdev/jdbc.html

Druid连接池

https://druid.apache/downloads.html

Elasticsearch

https://www.elastic.co/cn/downloads/elasticsearch

Kibana——Elasticsearch的客户端

https://www.elastic.co/cn/downloads/kibana

RabbitMQ

https://www.rabbitmq/download.html

Maven

https://maven.apache/download.cgi

Git

https://git-scm/downloads

Spring Framework(Spring 框架)

https://spring.io/projects/spring-framework

Spring Boot

https://spring.io/projects/spring-boot

Spring Cloud

https://spring.io/projects/spring-cloud

Spring Security

https://spring.io/projects/spring-security

MyBatis

https://mybatis/mybatis-3/zh/index.html

MyBatis Plus

https://mybatis.plus/guide/#%E7%89%B9%E6%80%A7

EasyCode代码生成器

https://www.oschina/p/easycode?hmsr=aladdin1e1

Linux

https://www.linux/pages/download/

Tomcat

https://tomcat.apache/

Nginx

http://nginx/en/download.html

Swagger UI

https://swagger.io/tools/swagger-ui/download/

阿里云首页

https://www.aliyun/

宝塔面板

https://www.bt/

Xshell

https://wwwsarang/zh/xshell/

Xftp

https://wwwsarang/zh/xftp/

Navicat

网址:http://www.navicat/
MySQL版本下载地址:http://www.navicat/download/navicat-for-mysql

Postman

https://www.postman/downloads/

ApiPost(国产)

https://www.apipost/download.html

技术论坛篇

CSDN

https://www.csdn/

开源中国

https://www.oschina/

菜鸟教程

https://www.runoob/?s=java

开源项目托管平台篇

GitHub

https://github/

Gitee

https://gitee/

集成开发环境篇

Eclipse

https://www.eclipse/downloads/

IntelliJ IDEA

https://www.jetbrains/idea/download/#section=windows

第一次整理这类网站,如果有需要补充的,欢迎评论~~

更多推荐

Java后台开发常见官方网站汇总