美文网首页
Springboot 项目部署到 外部 tomcat 步骤

Springboot 项目部署到 外部 tomcat 步骤

作者: 觉释 | 来源:发表于2020-10-15 11:34 被阅读0次

Springboot 项目部署到 外部 tomcat 步骤

1、 用maven 将项目打包成jar 包

2、 将jar 包上传到webapps 下面

3、 解压文件

image.png

4、 删除META-INF和org,然后把BOOT-INF重命名为WEB-INF,最后的结构

5、 重启tomcat 即可访问

提醒:当然 如果用springboot maven 打包的话,可以用 java -jar XXX.jar 运行,因为jar 里面自带了tomcat 等运行环境。

相关文章

网友评论

      本文标题:Springboot 项目部署到 外部 tomcat 步骤

      本文链接:https://www.haomeiwen.com/subject/tnmnpktx.html