{"id":14979954,"url":"https://github.com/jameszbl/fs-blog","last_synced_at":"2025-04-04T12:07:53.423Z","repository":{"id":46207434,"uuid":"107405145","full_name":"JamesZBL/FS-Blog","owner":"JamesZBL","description":"个人博客，Spring Boot 开山之作，采用 Spring Boot + MyBatis，前端 Bootstrap + LayUI，支持程序员非常青睐的轻量化的 Markdown 编辑器 Editor.md，支持标签分类检索","archived":false,"fork":false,"pushed_at":"2021-11-07T00:19:56.000Z","size":9276,"stargazers_count":739,"open_issues_count":10,"forks_count":261,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-04-04T12:07:44.951Z","etag":null,"topics":["blog","bootstrap","freemarker","gradle","mybatis","springboot","springmvc"],"latest_commit_sha":null,"homepage":"http://fsblog.letec.top","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesZBL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-18T12:27:05.000Z","updated_at":"2025-03-21T06:02:13.000Z","dependencies_parsed_at":"2022-09-10T20:21:14.930Z","dependency_job_id":null,"html_url":"https://github.com/JamesZBL/FS-Blog","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesZBL%2FFS-Blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesZBL%2FFS-Blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesZBL%2FFS-Blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesZBL%2FFS-Blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesZBL","download_url":"https://codeload.github.com/JamesZBL/FS-Blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247174418,"owners_count":20896078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","bootstrap","freemarker","gradle","mybatis","springboot","springmvc"],"created_at":"2024-09-24T14:01:00.012Z","updated_at":"2025-04-04T12:07:53.403Z","avatar_url":"https://github.com/JamesZBL.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"http://fsblog.letec.top\"\u003e\n        \u003cimg width=\"200\" src=\"screenshots/logo.png\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n# FS-Blog\n\n\n\n[![Build Status](https://www.travis-ci.org/JamesZBL/FS-Blog.svg?branch=master)](https://www.travis-ci.org/JamesZBL/FS-Blog)\n[![LICENSE](https://img.shields.io/badge/license-Apache%202-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n![GitHub release](https://img.shields.io/github/release/jameszbl/fs-blog.svg)\n\n\n## 基于 Spring Boot 的个人博客\n\n\n### 1. 涉及技术及工具\n\n- 核心框架：SpringBoot\n- ORM 框架：MyBatis\n- MyBatis 工具：MyBatis Mapper \n- MVC 框架：Spring MVC\n- 模板引擎：Freemarker\n- 编译辅助插件：Lombok\n- CSS 框架：BootStrap 4.0\n- Markdown 编辑器：Editor.md\n- 数据库：MySQL\n\n\n### 2. 效果图\n\n#### 2.1 首页\n![首页](screenshots/home.png)\n\n#### 2.2 博客列表页\n![文章列表](screenshots/posts.png)\n\n\n#### 2.3 博客阅读页\n![文章阅读](screenshots/blog.png)\n\n\n#### 2.4 个人简历页\n![个人简历](screenshots/resume.png)\n\n\n#### 2.5 文章编辑页\n![编辑器](screenshots/editor.png)\n\n\n### 3. 构建及运行\n\n#### 3.1 服务器环境\n\n- 安装 ``MySQL``\n- 安装 ``Gradle``\n- 在项目目录下运行 ``gradle clean build``，生成的 jar 包位于 ``build/libs`` 目录下，使用 ``java -jar .../fsblog.jar`` 运行\n- 在 ``application-dev.yml`` 中配置数据库用户名和密码，默认为：``username: root password: root``\n- 默认自动创建数据库、数据表并自动导入初始数据，同样在``application-dev.yml``中配置\n- 后台管理默认用户名为 ``admin``，密码为 ``123456``\n\n#### 3.2 开发环境\n\n- 可直接在 IntelliJ IDEA 或 Eclipse 中打开项目进行二次开发\n\n### 4. 联系方式\n\nQQ：1146556298\n\nEmail：zhengbaole_1996@163.com\n\n\n### 5. 相关链接\n\n- FS-Blog [在线 Demo](http://fsblog.letec.top)\n\n- 我的个人博客 [James' Blog](http://james.letec.top)\n\n### 6. 开源协议\n\n[Apache License 2.0](http://apache.org/licenses/LICENSE-2.0.html)\n\nCopyright (c) 2017-present, JamesZBL","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameszbl%2Ffs-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjameszbl%2Ffs-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameszbl%2Ffs-blog/lists"}