推荐一款GitHub上比较好用的 Java 开源博客系统,Github 14.7K star
Posted GitHub技术社区
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了推荐一款GitHub上比较好用的 Java 开源博客系统,Github 14.7K star相关的知识,希望对你有一定的参考价值。
Halo 是一款现代化的个人独立博客系统,给习惯写博客的同学多一个选择。
简介
Halo [ˈheɪloʊ],意为光环。当然,你也可以当成拼音读(哈喽)。
轻快,简洁,功能强大,使用 Java 开发的博客系统。
快速开始
下载最新的 Halo 安装包
curl -L https://github.com/halo-dev/halo/releases/download/v1.1.1/halo-1.1.1.jar --output halo-latest.jar
或者
wget https://github.com/halo-dev/halo/releases/download/v1.1.1/halo-1.1.1.jar -O halo-latest.jar
启动 Halo
java -jar halo-latest.jar
详细文档请移步:
“https://halo.run/guide
博客示例
请移步:
“https://github.com/halo-dev/halo/issues/26。
周边
后台管理(halo-admin):
“https://github.com/halo-dev/halo-admin
独立评论模块(halo-comment):
“https://github.com/halo-dev/halo-comment
管理 APP(halo-app):
“https://github.com/halo-dev/halo-app
主题仓库:
“https://halo.run/theme
预览图
忘记说的一点,更换 mysql 数据库,只需要在你系统 ~/.halo 目录添加一个 yaml 配置文件即可。
“server:
port: 8090
# Response data gzip.
compression:
enabled: false
spring:
datasource:
# H2 database configuration.
driver-class-name: org.h2.Driver
url: jdbc:h2:file:~/.halo/db/halo
username: admin
password: 123456
# MySQL database configuration.
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/halodb?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
# username: root
# password: 123456
# H2 database console configuration.
h2:
console:
settings:
web-allow-others: false
path: /h2-console
enabled: false
halo:
# Your admin client path is https://your-domain/{admin-path}
admin-path: admin
# memory or level
cache: memory
- END -
以上是关于推荐一款GitHub上比较好用的 Java 开源博客系统,Github 14.7K star的主要内容,如果未能解决你的问题,请参考以下文章