开源实例之manster博客
前言
manster博客是基于SpringBoot+Thymeleaf开发的个人博客项目,前端使用 Semantic UI,持久层使用MyBatis,使用Mybatis-Plus方便分页。
实例地址
https://manster-blog.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | Java 1.8 |
数据库 | MariaDB 10.5 |
服务器 | Nginx |
程序 | manster-blog |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Java
- 已安装 MySQL
- 已安装 Nginx
安装程序
仓库地址:https://gitee.com/manster1231/master-blog
将 doc/blog.sql 导入数据库。
打包后分别启动前后台项目,前台在 localhost:8888,后台在 localhost:9000。
实例体验
后记
本实例仅供参考,不定期重置数据。