maven新建的项目,有Intellj(IDEA) warning no artifacts configured

【解决方案】

 

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

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

Intellj(IDEA) warning no artifacts configured

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

Intellj(IDEA) warning no artifacts configured

Intellj(IDEA) warning no artifacts configured 

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

相关文章:

  • 2022-12-23
  • 2021-06-03
  • 2021-04-09
  • 2021-11-22
  • 2021-06-24
  • 2021-06-12
  • 2021-12-12
  • 2021-11-13
猜你喜欢
  • 2021-08-29
  • 2022-01-12
  • 2021-09-29
相关资源
相似解决方案