海南建设大厅网站,上海建筑业服务平台,湖南北山建设集团网站,WordPress采集微信IntelliJ IDEA项目#xff0c;选择 文件 设置#xff0c;弹窗 构建、执行、部署 构建工具 Maven就可以 maven配置好以后#xff0c;在pom.xml的配置文件中就可以设置对应的jar包了#xff0c;这样构建的时候自动需要的jar#xff0c;在项目中导入即 settings.xml文件apa…IntelliJ IDEA项目选择 文件 设置弹窗 构建、执行、部署 构建工具 Maven就可以 maven配置好以后在pom.xml的配置文件中就可以设置对应的jar包了这样构建的时候自动需要的jar在项目中导入即 settings.xml文件apache-maven-3.9.0.rar下载下载之后解压 到 E:\Soft\apache-maven-3.9.0 目录然后在该目录下新建jar文件夹 本地仓库用于存放下载jar包用户设置文件和本地仓库选择对应的文件以及目录即可。如下图 需要的jar包设置在pom.xml中设置即可,仓库参考链接https://mvnrepository.com/仓库服务
?xml version1.0 encodingUTF-8?
project xmlnshttp://maven.apache.org/POM/4.0.0xmlns:xsihttp://www.w3.org/2001/XMLSchema-instancexsi:schemaLocationhttp://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsdmodelVersion4.0.0/modelVersiongroupIdorg.example/groupIdartifactIdSM345/artifactIdversion1.0-SNAPSHOT/versionpropertiesmaven.compiler.source8/maven.compiler.sourcemaven.compiler.target8/maven.compiler.target/propertiesdependencies!--sm3,sm4加密算法--dependencygroupIdorg.bouncycastle/groupIdartifactIdbcprov-jdk15on/artifactIdversion1.66/version/dependency/dependencies
/project 点击构建之后在需要的项目引入jar即可(import ......)