Giter Club home page Giter Club logo

insight-blog's Introduction

Insight Blog

Java Spring Boot Vue License

注意:此项目改写自 原项目作者 的开源博客项目(2023 年 2 月前的版本),非完全原创。项目部署与原项目有差异,如需部署可以联系我。

基于 SpringBoot + Vue 开发的前后端分离博客项目。采用 Spring Session 整合 Spring Security 进行用户认证管理和接口级授权,并支持 QQ、微博第三方登录。使用 Elasticsearch 结合 RabbitMQ 和 Maxwell 实现快速文章检索。用 Redis 实现项目功能,并整合 Spring Cache 添加缓存。使用 WebSocket 实现多人在线聊天室,支持语音、文本和表情发送。此外,还有相册、说说和留言等功能。

项目展示

改写内容

此项目在原项目的基础上进行了大量的优化、改动或纠错,前后端均有内容改写,总体上比原项目有更高的代码质量。由于涉及内容很多,这里仅列出有记录的主要内容,博客内文章也有部分改写内容的相关记录。此外,项目代码有详细的注释内容,代码应该具有足够的可读性。

  • Spring Security 使用简化的 AuthorizationManager API,并确保了授权的线程安全。
  • 会话管理基于 Spring Session 和 Redis,而不是服务器内存。
  • 加入 Spring Cache 缓存层,提高了程序的响应速度。
  • 完善参数校验、日志记录和异常处理,新增异常信息通知博主功能。
  • 优化事务、多线程和定时任务的使用。
  • 新增修改角色禁用状态和修改菜单隐藏状态功能。
  • 优化前端文章的显示效果,使文章字体更具可读性。
  • 前台博客保存登录状态,开启新的标签页或关闭浏览器不再需要重新登陆,直至用户手动注销或 30 分钟后会话过期。后台管理没有这一改动。

insight-blog's People

Contributors

insight720 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.