Coder Social home page Coder Social logo

hello-blog's Introduction

[hello-blog]是一个轻量、易用、前后端分离的博客系统,为了解除开发人员对后端的束缚,真正做到的一个面向接口开发的博客系统,其借鉴了plumemo


简介

基于SpringBoot实现零配置让系统的配置更简单,使用了Mybatis-Plus快速开发框架,在不是复杂的查询操作下,无需写sql就可以快速完成接口编写,对于复杂查询,通过配置xml映射器,手写sql实现。 后台管理系统使用了vue中流行的ant,另外前后交互使用了JWT作为令牌,进行权限、登录校验。使用了ES做全文搜索。

声明

本项目,主要宗旨在于,简单、易用、不烧脑的博客,并在plumemo基础上进行一些优化。

使用须知

由于项目是前后端完全分离,所以此项目为单独的后端项目,后台管理系统、博客主题可以进行自由搭配

后端API https://github.com/sabarku/hello-blog
后端管理系统 https://github.com/byteblogs168/plumemo-admin
前端主题(theme-react-sakura)地址:https://github.com/byteblogs168/theme-react-sakura/
前端主题(theme-vue-bluesoul)地址:https://github.com/byteblogs168/theme-vue-bluesoul/

快速开始

下载最新的 plumemo 安装包

window

https://github.com/sabarku/hello-blog/releases/download/V1.2.0/hello-blog-v1.2.0.jar

linux

wget https://github.com/sabarku/hello-blog/releases/download/V1.2.0/hello-blog-v1.2.0.jar

启动 plumemo

java -jar hello-blog-v1.2.0.jar --MYSQL_USERNAME=root  --MYSQL_PASSWORD=password  --MYSQL_DATABASE=jdbc:mysql://127.0.0.1:3306/helloblog?useSSL=false&characterEncoding=utf8 

博客示例

生态圈

预览图

hello-blog's People

Contributors

dzy0302 avatar hhjwxx avatar open-snail avatar open-snail2 avatar sabarku 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.