基于 Spring Boot 的个人博客 FS-Blog

码农软件 · 软件分类 · 开源博客系统 · 2020-01-16 21:59:05

软件介绍

基于 Spring Boot 的个人博客

1. 涉及技术及工具

  • 核心框架:SpringBoot

  • ORM 框架:MyBatis

  • MyBatis 工具:MyBatis Mapper

  • MVC 框架:Spring MVC

  • 模板引擎:Freemarker

  • 编译辅助插件:Lombok

  • CSS 框架:BootStrap 4.0

  • Markdown 编辑器:Editor.md

  • 数据库:MySQL

2. 效果图

2.1 首页

首页

2.2 博客列表页

文章列表

2.3 博客阅读页

文章阅读

2.4 个人简历页

个人简历

2.5 文章编辑页

编辑器

3. 构建及运行

3.1 服务器环境

  • 安装 MySQL

  • 安装 Gradle

  • 在项目目录下运行 gradle clean build,生成的 jar 包位于 build/libs 目录下,使用 java -jar .../fsblog.jar 运行

  • 在 application-dev.yml 中配置数据库用户名和密码,默认为:username: root password: root

  • 默认自动创建数据库、数据表并自动导入初始数据,同样在application-dev.yml中配置

  • 后台管理默认用户名为 admin,密码为 123456

3.2 开发环境

  • 可直接在 IntelliJ IDEA 或 Eclipse 中打开项目进行二次开发

4. 联系方式

Email:zhengbaole_1996@163.com

5. 相关链接

6. 开源协议

Apache License 2.0

Copyright (c) 2017-present, JamesZBL

本文地址:https://www.codercto.com/soft/d/23540.html

Boolean Reasoning

Boolean Reasoning

Brown, Frank Markham / 2003-4 / $ 19.15

A systematic treatment of Boolean reasoning, this concise, newly revised edition combines the works of early logicians with recent investigations, including previously unpublished research results. Th......一起来看看 《Boolean Reasoning》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

MD5 加密
MD5 加密

MD5 加密工具