手动下载jar包引入项目中是非常麻烦的事情,我们可以通过maven工具帮我们导入jar包提高开发效率
maven 安装过程
1. 下载 maven
maven官网下载地址:https://maven.apache.org/download.cgi
下载地址2:https://archive.apache.org/dist/maven/maven-3/
选择自己的版本即可
2. maven 配置修改
找到路径
D:\az\maven\apache-maven-3.8.6\conf
下的settings.xml文件
阿里云 maven 配置指南:https://developer.aliyun.com/mvn/guide
将settings.xml文件的镜像文件替换为以下文件:
<mirror>
<id>aliyunmaven</id>
<mirrorOf>*</mirrorOf>
<name>阿里云公共仓库</name>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>
配置环境变量:https://blog.youkuaiyun.com/weixin_38316697/article/details/123047267
mysql 安装过程
1. MySQL的下载
MySQL官网链接:https://dev.mysql.com/downloads/
.msi安装包下载:https://dev.mysql.com/downloads/installer/
.zip压缩包下载:https://downloads.mysql.com/archives/community/