一、基于Springboot+Mybatis+Mysql的个人博客管理系统

案例:个人博客的部署。

本机 : 127.0.0.1 192.168.*

外网IP:C

1.1 环境需要

1.Springboot应用jar包

2.外网服务器:如 阿里云ECS

3.centos安装好 Java、Mysql

4.登录阿里云控制台,配置网络安全组白名单

## 二、实现步骤

2.1 springboot博客打包

1.注意点:初次部署项目环境可以全部打包进去,防止漏掉依赖。

maven插件

mvn -clean & mvn package

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
  1. 配置文件:端口号,MYSQL数据库密码 账号 【ECS】

java -jar springboot-…jar

2.2 购买阿里云ECS

学生价:112/年 我自己学费了四年 2000/年

带你选择机型和配置

2.3 登录ECS,配置jdk和mysql环境

jdk:

mysql:

2.4 登录阿里云控制台 配置安全组名单 【端口号】

黑名单:【把几个人拉黑】

白名单: 安全: 【放开几个人】

mysql : 3306

项目:8080

2.5 上传jar包到服务器

put

2.6 项目部署

三、【额外】可以购买域名进行解析

3.1 阿里云控制台:控制台 购买域名 .com 75/年

3.2 阿里云控制台:域名到工信部备案【ip与域名绑定】

3.3 阿里云控制台:域名解析

完成。。。。。。。。。。。

基于Springboot+Mybatis+Mysql的个人博客管理系统_mysql


基于Springboot+Mybatis+Mysql的个人博客管理系统_mysql_02


基于Springboot+Mybatis+Mysql的个人博客管理系统_jar_03

基于Springboot+Mybatis+Mysql的个人博客管理系统_mysql_04


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring boot_05

基于Springboot+Mybatis+Mysql的个人博客管理系统_java_06


基于Springboot+Mybatis+Mysql的个人博客管理系统_mysql_07


基于Springboot+Mybatis+Mysql的个人博客管理系统_jar_08


基于Springboot+Mybatis+Mysql的个人博客管理系统_jar_09


基于Springboot+Mybatis+Mysql的个人博客管理系统_java_10


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring_11


基于Springboot+Mybatis+Mysql的个人博客管理系统_jar_12


基于Springboot+Mybatis+Mysql的个人博客管理系统_mysql_13


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring boot_14


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring_15

后台页面

基于Springboot+Mybatis+Mysql的个人博客管理系统_jar_16


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring_17


基于Springboot+Mybatis+Mysql的个人博客管理系统_java_18

基于Springboot+Mybatis+Mysql的个人博客管理系统_spring_19


基于Springboot+Mybatis+Mysql的个人博客管理系统_java_20


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring_21


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring_22


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring boot_23


基于Springboot+Mybatis+Mysql的个人博客管理系统_java_24


基于Springboot+Mybatis+Mysql的个人博客管理系统_jar_25


基于Springboot+Mybatis+Mysql的个人博客管理系统_jar_26


基于Springboot+Mybatis+Mysql的个人博客管理系统_mysql_27


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring boot_28


基于Springboot+Mybatis+Mysql的个人博客管理系统_spring_29


基于Springboot+Mybatis+Mysql的个人博客管理系统_jar_30