2022年6月5日

报错:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project xxx: Compilation failure

摘要: 【引用自:(94条消息) maven编译报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile.........._Try and try again的博客-CSDN博客】 简单说咋干: 阅读全文
posted @ 2022-06-05 20:13 数据厨房 阅读(4222) 评论(0) 推荐(0) 编辑

IDEA快速构建Maven工程报错:No archetype found in remote catalog. Defaulting to internal catalog

摘要: 当使用maven骨架创建java项目时,出现这样的错误原因是:我配置了阿里云镜像,但是有一个xml文件,阿里云的私服中没有 【可以将原来的setting.xml中的阿里云镜像配置删除,使用默认配置下载后,再加上阿里云的配置】 【也可以这样做】:在VM Option添加:-DarchetypeCata 阅读全文
posted @ 2022-06-05 19:25 数据厨房 阅读(252) 评论(0) 推荐(0) 编辑

idea创建java项目(使用maven骨架)

摘要: 1.创建模块 2.创建Maven项目的时候添加属性: archetypecatalog=internal 【引用自:解决IDEA快速构建Maven工程报错:No archetype found in remote catalog. Defaulting to internal catalog - 云 阅读全文
posted @ 2022-06-05 16:17 数据厨房 阅读(77) 评论(0) 推荐(0) 编辑

IDEA创建java项目(不使用骨架)(maven)

摘要: 1.创建模块 下一步 2.pom文件修改 如果模块中没有src目录,可自行添加 阅读全文
posted @ 2022-06-05 14:58 数据厨房 阅读(199) 评论(0) 推荐(0) 编辑