搭建自己的springboot博客
Posted 土木转行的人才
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建自己的springboot博客相关的知识,希望对你有一定的参考价值。
搭建springboot博客系统
框架:springboot
第一步:搭建linux环境
第二步:安装docker环境
第三步:安装redis镜像
第四步:安装mysql5.7镜像
第五步:安装jdk(我用的是yum模式)
https://blog.csdn.net/qq_42815754/article/details/82968464
第六步:安装文件系统(目前使用本地存储文件系统)
第七步:idea打jar包方式
mvn clean package -Dmaven.test.skip=true
第八步:xftp上传jar包到/home/app/
第九步:分别启动admin.ajr 和web.jar(指定环境启动比如:Dev sit等)
https://www.jianshu.com/p/fed7a174bfb8
第十步:开放linux的端口(如果windeows不能访问linux)
https://jingyan.baidu.com/article/5552ef4796f55e518efbc94f.html
以上是关于搭建自己的springboot博客的主要内容,如果未能解决你的问题,请参考以下文章