6 Star 35 Fork 3

langhai / 浪海博客

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README-EN.md

Langhai Blog
中文

Introduction:
Langhai Blog is a single architecture project built quickly based on SpringBoot, which is simple and convenient to deploy and suitable for personal blog system construction.

Online presentation:http://www.langhai.cc
The actual effect is subject to the code (the demo site is the previous version)
contact information QQ:676558206 email 676558206@qq.com langhai666@gmail.com

Screenshot of some pages
登录页面截图

Deployment method: detailed description
linux ==>> nohup java -jar langhai-blogs.jar > langhai.log &
windows ==>> java -jar langhai-blogs.jar

Technical selection:
springboot Back-end rapid building framework
thymeleaf Data template engine
hutool Java toolset

Copyright/citation statement
The main front-end template of Langhai blog system comes from the html5up.net website.
Blog front-end template 燕十三博客模板
The navigation module is from an open source project geekape
Background management comes from open source projects Pear Admin
Aggregate search from open source projects juso

Basic components:
Relational database MySQL MySQL All instructions

/* 
	After importing langhaibologs/sql/langhaibologs.sql, you need to fill in the default data.
	The new role should be consistent with the code cc.langhai.config.constant.RoleConstant
*/
INSERT INTO role VALUES(1, 'admin', NOW(), NULL);
INSERT INTO role VALUES(2, 'user', NOW(), NULL);
INSERT INTO role VALUES(3, 'vip', NOW(), NULL);

Non-relational database Redis
Picture storage server minio minio All instructions
Search engine (optional) elasticSearch elasticSearch All instructions
Message Queuing (optional) rabbitMQ RabbitMQ All instructions

About

浪海博客,一个基于SpringBoot快速构建的单体架构项目,部署简单方便,适用于个人博客系统搭建。 expand collapse
Java and 6 more languages
Apache-2.0
Cancel

Releases (2)

All

Contributors

All

Activities

Load More
can not load any more
Java
1
https://gitee.com/langhai666/langhai-blog.git
git@gitee.com:langhai666/langhai-blog.git
langhai666
langhai-blog
浪海博客
master

Search