FS-Blog 基于 Spring Boot 的个人博客2. 效果图3. 构建及运行4. 联系方式5. 相关链接6. 开源协议 介绍
基于 Spring Boot 的个人博客
-
核心框架:SpringBoot
-
ORM 框架:MyBatis
-
MyBatis 工具:MyBatis Mapper
-
MVC 框架:Spring MVC
-
模板引擎:Freemarker
-
编译辅助插件:Lombok
-
CSS 框架:BootStrap 4.0
-
Markdown 编辑器:Editor.md
2. 效果图
3. 构建及运行
-
安装 MysqL
-
安装 Gradle
-
在项目目录下运行 gradle clean build,生成的 jar 包位于 build/libs 目录下,使用 java -jar .../fsblog.jar 运行
-
在 application-dev.yml 中配置数据库用户名和密码,默认为:username: root password: root
- 可直接在 IntelliJ IDEA 或 Eclipse 中打开项目进行二次开发
4. 联系方式
Email:[email protected]
5. 相关链接
-
FS-Blog 在线 Demo
-
我的个人博客 James’ Blog
6. 开源协议
copyright (c) 2017-present, JamesZBL