确认maven环境设置正确

第一步进入jar包所在目录

本地jar包打入本地maven仓库,pom 引用

输入命令mvn install:install-file -Dfile=monitoring.jar -DgroupId=monitoring -DartifactId=monitoring -Dversion=1.0 -Dpackaging=jar

本地jar包打入本地maven仓库,pom 引用

maven引用

本地jar包打入本地maven仓库,pom 引用

到此结束!!

相关文章:

  • 2022-12-23
  • 2021-04-25
  • 2021-09-28
  • 2022-01-17
  • 2021-09-26
  • 2022-01-14
  • 2021-08-27
猜你喜欢
  • 2022-01-13
  • 2022-01-24
  • 2021-08-13
  • 2021-04-28
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案