# forum **Repository Path**: ch33blue/forum ## Basic Information - **Project Name**: forum - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # forum #### 介绍 一个很垃圾简易的帖子发表器 #### 使用说明 1. 自己数据库建表 包含字段 id icon content gmt_created gmt_modified 2. 对工程里的application.properties修改,指向自己的本地数据库 3. 运行 访问localhost:8080即可 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request