Bootstrap

JAVA开发 常用工具网址(持续更新中)

element-ui中文官网:https://element.eleme.cn/#/zh-CN
element-ui下载:https://unpkg.com/browse/[email protected]/

Node.js: https://nodejs.org/en/
npm: https://www.npmjs.cn/

Spring官网: https://spring.io/
mybatis中文官网:https://mybatis.org/mybatis-3/zh/index.html
mybatis-plus :https://baomidou.com/

zookeeper: https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/
Nginx: http://nginx.org/en/download.html
Redis:https://redis.io/
Navicat: http://www.navicat.com.cn/

Postman: https://www.postman.com/downloads/

unix时间戳工具:http://tool.chinaz.com/Tools/unixtime.aspx

MD5在线解密:https://www.cmd5.com/

js在线编辑工具:https://c.runoob.com/front-end/61

代码编辑器:https://leetcode-cn.com/playground/new/empty

github搜索链接:https://github.com
gitee链接:https://gitee.com/

画图工具:https://www.draw.io/

draw.io 教程:https://www.jianshu.com/p/e009416d6878

实验楼:https://www.shiyanlou.com/

画图:https://www.processon.com/

maven

maven官网地址:http://maven.apache.org/download.html
下载maven(常用3.3.*版本)后,添加环境变量,配置本地仓库和阿里云镜像仓库,pom.xml中添加jar包(在mvnrepository查找)后就会到配置的仓库中下载。
maven jar包:https://search.maven.org
maven jar包镜像:https://maven.aliyun.com/mvn/guide
jar包查询:https://mvnrepository.com/

;