在linux上部署springboot项目

##springboot在linux中运行

###单次运行

  • 在idea中找到maven可视化界面,双击package打包jar文件

  • 打开terminal,左上角shell->new remote connection->选sftp->user填root,下面填sftp root@ip地址(本人sftp root@47.99.205.75)->上传文件格式put 本地地址 远程文件要放的地址(usr/lib)

linux命令大全

1. 启动,关机,登入,登出相关命令

登录:login
登出:logout
登出:exit
停止系统:shutdown
停止系统:halt
重启动:reboot
切断电源:poweroff
把内存里的内容写入磁盘:sync
安装lilo启动管理程序:lilo
安装lilo启动管理程序:grub

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×