Files
jiscuss-webapp/docs/views/other/guide.md
T
2026-04-30 18:54:23 +08:00

65 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: jiscuss文档
date: 2019-09-09
---
![vitepress](https://img.shields.io/badge/vitepress-2.0-brightgreen.svg)
![java](https://img.shields.io/badge/Java-SpringBoot-orange.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
::: tip 介绍
1. 这是一个JAVA项目,旨在简单易用的前提下添加论坛所需的发帖、回帖、用户管理、评论等功能;<br>
2. 项目追求极简;<br>
3. 你可以打开 [Jiscuss Demo](http://demo.jiscuss.com) 来查看效果。
:::
## Use
**Build**
```bash
# 文档后续补充
```
**Server**
```bash
# 文档后续补充
```
## Play Together
### 0.x
`Jiscuss` 是基于 `JAVA` 的论坛项目。
目前基础架构由`SpringBoot ` `SpringJPA ` `H2 Database ` `Semantic-UI ` 等组成。
项目开源不久,很多朋友通过各种联系方式,给到很多好的意见和建议,所以我个人也在积极地更新。
### CLI
还是衷心地希望能有更多的朋友参与进来,更好地去完善它,就是希望能让Jiscuss,功能越完善,使用越来越简单。
## License
[MIT](https://github.com/chuyaoyuan)
## 文档站架构
Jiscuss 官方页与文档页已升级为 VitePress 2.0
- 配置入口:`docs/.vitepress/config.mts`
- 首页入口:`docs/index.md`
- 静态资源:`docs/public/`
- 构建产物:`public/`
本次升级保留了原有文章内容,并补充了本地搜索、导航、侧边栏、最后更新时间与预览命令,便于后续继续完善 Jiscuss 的安装、部署与二次开发文档。