maven新建

的项目,有Intellj(IDEA) warning no artifacts configured_java课

【解决方案】

 

artifacts,是maven中的概念(项目是maven项目),由于没有配置artifacts

(1)打开项目构建配置页面

Intellj(IDEA) warning no artifacts configured_java课_02

然后部署页面,配置一下即可:

Intellj(IDEA) warning no artifacts configured_IDEA_03

Intellj(IDEA) warning no artifacts configured_maven构建_04

会发现Hello World!正常运行了!