创建springboot项目打包
注意安装java版本必须和打包的java版本一致
java安装
安装pm2
安装nodejs
通过npm安装pm2
配置json
pm2.json
{
"name": "test01",
"script": "D:\\jdk-17.0.6\\bin\\java.exe",
"args": [
"-Dfile.encoding=utf-8",
"-jar",
"api-0.0.1-SNAPSHOT.jar",
],
"exec_interpreter": "",
"exec_mode": "fork"
}
运行
pm2 start pm2.json
启动项目即可
文章来源:https://www.toymoban.com/news/detail-700394.html
参考
https://www.bbsmax.com/A/KE5QmgZ35L/
https://blog.csdn.net/Aria_Miazzy/article/details/103895455文章来源地址https://www.toymoban.com/news/detail-700394.html
到了这里,关于pm2 运行springboot项目的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!