Code Monkey home page Code Monkey logo

blog's Introduction

关于blog

blog是一个开源的Java项目 ( 个人站点 / 博客 )

技术栈

主要功能有如下(包括整体部署):

  • 自定义权限注解实现功能权限的划分
  • 自定义拦截器实现全局日志记录
  • 自定义拦截器实现拦截恶意请求
  • 博客的草稿保存
  • 博客发布
  • 评论审核
  • 评论回复
  • 点赞
  • 访问统计
  • 数据分析
  • 点赞 / 评论 状态跟进,邮件异步通知
  • 适配移动端( 尽可能适配, 局部尚未适配完全 )
  • jar部署
  • nginx https 配置 [感谢我司大佬K.]
  • nginx端口转发
  • 后台管理系统静态资源部署
  • 解决JWT登录不失效问题

历史版本

  • V1.0.0 是一个基于多用户的博客系统

  1. 博客V1.0.0版本说明
  • V2.0.0 是一个个人站点 , 界面如下

  1. 前台显示 在这里插入图片描述
  2. 管理中心展示 在这里插入图片描述

关于我

97的后端程序员Shy [ 后宇 ], 是一个关注编程, 热爱技术的开发者, 热衷于 网站后端开发, 数据爬虫, 大数据领域

在这里会一直记录着我成长的点点滴滴, 毕竟好记性不如烂笔头, 如果你在我的博客中有所收获, 这也将是我毕生的荣幸。

特别鸣谢


配置邮箱账号

  • cn.shaines.blog.utils.MailUtil
private static String USERNAME = "[email protected]";                          // 用户名
private static String PASSWORD = "xxxxxxxxxxxxxxxx";                               // 密码

jar部署

  • window部署
java -jar blog-2.0.0.jar
  • linux部署
cdblog-sevice.sh目录
sh blog-sevice.sh restart c

blog's People

Contributors

houyusource 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.