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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。