手动将jar包安装到本地仓库并使用tomcat运行

参考,欢迎点击原文:https://www.cnblogs.com/panchanggui/p/10696458.html

公司有个老项目是spring的,要我们自己本地安装,我发现我maven一直报红,说没有找到,听说有安装包,于是手动安装了起来,简单记录下

mvn install:install-file 
-Dfile=jar包的位置 
-DgroupId=上面的groupId 
-DartifactId=上面的artifactId 
-Dversion=上面的version 
-Dpackaging=jar

顺便记录下使用tomcat运行项目

Run-edit configurations
在这里插入图片描述
tip:
没有找到tomcat的可以先去插件那安装下
在这里插入图片描述

posted @ 2021-08-19 16:50  蜗牛使劲冲  阅读(6)  评论(0编辑  收藏  举报  来源