{"id":46749532,"url":"https://github.com/log-z/iblog","last_synced_at":"2026-03-09T20:24:52.167Z","repository":{"id":41004623,"uuid":"274651096","full_name":"log-Z/iblog","owner":"log-Z","description":"基于 Spring + Spring MVC + MyBatis 搭建的博客平台。","archived":false,"fork":false,"pushed_at":"2022-11-16T01:43:29.000Z","size":9787,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-10T05:33:01.998Z","etag":null,"topics":["javaweb","mybatis","spring","spring-mvc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/log-Z.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":"2020-06-24T11:23:29.000Z","updated_at":"2021-02-24T14:07:51.000Z","dependencies_parsed_at":"2023-01-21T10:02:09.226Z","dependency_job_id":null,"html_url":"https://github.com/log-Z/iblog","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/log-Z/iblog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-Z%2Fiblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-Z%2Fiblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-Z%2Fiblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-Z%2Fiblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/log-Z","download_url":"https://codeload.github.com/log-Z/iblog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/log-Z%2Fiblog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30310488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["javaweb","mybatis","spring","spring-mvc"],"created_at":"2026-03-09T20:24:52.009Z","updated_at":"2026-03-09T20:24:52.148Z","avatar_url":"https://github.com/log-Z.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iBolg\n基于 Spring Boot + MyBatis 搭建的博客平台。现已适配前后端分离。\n\n## 网站入口\n\u003e 桌面版暂不可用。\n* 桌面版（JSP）\n    * 主页：`/`\n    * 管理员后台：`/admin/`\n* 移动版（RESTful API + Vue）\n    * 主页：`/m/index.html`\n    * 管理员后台：`/m/admin.html`\n\n## 功能点\n* 用户相关\n    * 用户注册\n    * 用户登陆\n    * 用户退出\n    * 个人主页（列出已发布的文章）\n    * 个人信息\n        * 修改名称\n        * 修改密码\n    * 管理文章\n        * 写文章\n        * 修改文章\n* 文章相关\n    * 博客主页（列出最新文章）\n    * 搜索\n    * 文章详情\n    * 文章图片\n* 管理员相关\n    * 管理员注册\n    * 管理员登陆\n    * 管理员退出\n    * 管理员门户\n    * 管理用户\n        * 查看所有用户\n        * 删除用户\n    * 管理文章\n        * 查看所有文章\n        * 删除文章\n\n## 实现方式\n* 安全\n    * 密码：前端采用CryptoJs库进行sha256加密，后端采用SpringSecurity库进行BCrypt加密。\n    * 鉴权：通过拦截器检查Session鉴权信息，阻止非法访问。\n    * 防XSS攻击：采用Apache的Text库把特殊字符编码为HTML实体。\n* 数据\n    * 数据源：采用 mybatis-spring-boot-starter 库管理数据源（MySQL）。\n    * 验证：采用HibernateValidator库简化数据验证过程。\n    * 国际化：通过信息源（MessageSource）为不同区域的用户自动匹配翻译。\n* 视图\n    * ~~模板引擎：桌面版采用JSP渲染视图。~~\n    * 前端分离：移动版采用Vue.js库渲染视图。\n    * RESTful API：自定义通用的响应模板，并采用Jackson库将其序列化为JSON。\n\n## 设计图\n\u003e 设计图暂未更新为 Spring boot 版本。\n* PDF：[design/设计图.pdf](design/设计图.pdf)\n* JPG：[design/设计图.jpg](design/设计图.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog-z%2Fiblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flog-z%2Fiblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flog-z%2Fiblog/lists"}