81af4244e2
2.0 架构调整
66 lines
1.3 KiB
Markdown
66 lines
1.3 KiB
Markdown
中文 | [English](./README.md)
|
|
<p align="center"><img src="https://s3.ax1x.com/2021/01/16/srNEa6.png" height="200" alt="logo"/></p>
|
|
<h1 align="center"> Jiscuss </h1>
|
|
<h3 align="center">基于java的简单论坛系统,Jiscuss = Java + Discuss。</h3>
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue" alt="License MIT"></a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/chuyaoyuan/Jiscuss">Github 仓库</a> |
|
|
<a href="https://gitee.com/chuyaoyuan/Jiscuss">Gitee 仓库</a> |
|
|
<a href="http://demo.jiscuss.com/" target="_blank">在线体验</a>
|
|
</p>
|
|
|
|
|
|
|
|
|
|
# 预览(预留)
|
|
|
|
|
|
# 简介
|
|
基于JAVA 构建,官网:[[www.jiscuss.com]](http://www.jiscuss.com/)
|
|
|
|
# 在线体验
|
|
|
|
- [[DEMO地址]](http://demo.jiscuss.com/)
|
|
|
|
# 部署
|
|
## [一]、开发环境配置
|
|
|
|
```
|
|
// 需jdk 1.8以上,maven3以上。
|
|
```
|
|
|
|
## [二]、下载代码
|
|
|
|
```
|
|
// Github - https://gitee.com/chuyaoyuan/Jiscuss.git
|
|
// Gitee - https://github.com/Chuyaoyuan/Jiscuss.git
|
|
```
|
|
|
|
|
|
## [三]、运行启动(默认使用MYSQL数据库)
|
|
|
|
```
|
|
// 1、代码导入IDE
|
|
|
|
|
|
// 2、启动服务
|
|
|
|
|
|
// 4、访问地址
|
|
http://localhost
|
|
```
|
|
|
|
|
|
## [四]、开源协议
|
|
|
|
[MIT](https://opensource.org/licenses/MIT)
|
|
|
|
|
|
|