/Blog

Build a simple blog with Bootstrap/Pure + Jade + Spring Boot/ MVC/Security/Data + MongoDB

Primary LanguageJava

Blog

简介

Blog 是一款使用java开发的,十分简洁的博客系统,目前正在我的个人网站上运行。

这个项目是为了学习Spring框架和MongoDB应运而生的,欢迎大家提交 Pull request 和 Issue。 这个项目参考学习了SpringBlog

Blog 使用了下列的框架和开源项目

目前完成了基本的功能,如文章,标签的发布、展示、管理等。未来会增加文章评论、留言等功能,考虑使用Redis作为web缓存。

部署使用

使用前请先安装MongoDB,http端口为8080,MongoDB端口为27017。

使用Maven

将项目clone至本地,在项目路径下,执行

mvn package

运行(java 8)

java -jar Blog-1.0-SNAPSHOT.jar

Blog is a very simple blog system that developed by java ,I have put it on my website.

Blog is powered by following frameworks:

Deployment

please install MongoDB first,http port 8080,MongoDB port 27017.

Maven

maven package

mvn package

run it(java 8)

java -jar Blog-1.0-SNAPSHOT.jar