This commit is contained in:
2026-04-29 19:08:28 +08:00
parent 823b0d68c7
commit f613ac323d
35 changed files with 420 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
---
home: true
heroImage: /hero.png
footer: MIT Licensed | Copyright © 2018-present Evan You
heroImageStyle: {
maxWidth: '600px',
width: '100%',
display: block,
margin: '9rem auto 2rem',
background: '#fff',
borderRadius: '1rem',
}
isShowTitleInHome: false
actionText: 快速上手 →
actionLink: /views/other/guide
features:
- title: 简洁至上
details: 开发一款看着开心、写着顺手、使用简单的 开源论坛
- title: JAVA 驱动
details: 基于JAVA,使用SpringBoot + H2 Database + Semantic-UI 构建
- title: 持续完善
details: 目前的功能还很简陋,日后会一直持续完善
---
::: tip 介绍
1. 这是一个开源JAVA项目;<br>
2. 项目追求极简;<br>
3. 你可以打开 [Jiscuss Demo](http://demo.jiscuss.com) 来查看效果。
:::
## 安装
**Build**
```bash
hello world
# or
hello JAVA
```