关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

框架: SpringBoot+Mybatisplus+Shiro

  简单介绍:关于写SpringBoot+Mybatisplus+Shiro项目的经验分享一:简单介绍

阿里云开放必要端口,mysql与tomcat

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

这里是使用宝塔来快速进行安装,xshell连接服务器成功后,输入以下命令(注意:必须CentOS7x版本以上)

  yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

成功之后会返还3个信息,分别是

Bt-Panel: 访问地址

username: 用户名

password: 密码

在这个网页登录后,在软件商店免费安装 apache、MySQL,tomcat

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

这里我多安装了php和phpMyAdmin,用于网页管理数据库,如果想使用,必须开放888端口

创建数据库

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

可以在本地使用可视化工具比如SQLyog去连接,也可以点击导入,从本地导在服务器上

安全中开放端口

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

项目打包

注意项目中就使用服务器上的数据库了

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

这里我使用的是jar方式打包

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

然后安装如下顺序进行打包

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

然后在项目的target文件中出现了jar包

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

然后宝塔Linux下的文件中,找到一个目录上传上去,这里我选的是tomcat中的webapps

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

最后,就可以在xshell中,输入命令运行了,nohup是保持运行,就算断开与服务器的连接,也能保持运行

nohup java -jar 项目名.jar &

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

访问:

关于写SpringBoot+Mybatisplus+Shiro项目的经验分享四:部署到阿里云

上一篇:epoll_wait会被系统中断唤醒


下一篇:pixhawk在linux(ubuntu16.04)下的开发环境搭建和源码编译