# forum-boot **Repository Path**: dkwd/forum-boot ## Basic Information - **Project Name**: forum-boot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-08 - **Last Updated**: 2025-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 介绍 论坛后端仓库,主要技术栈:`Springboot`,`Redis`,`SaToken`,`Mysql8` 此项目仿照*apache answer*,参考了前端界面与功能模块设计,但业务逻辑不同,因为我不会`Go`。 后端的crud已经做好了,但仍有许多细节需要改进。 ### 模块 | 模块 | 功能 | |--------|----------------------| | common | 常量、bean、util等 | | core | MVC | | start | 启动类、配置、定时任务 | | init | 工具模块,暂未使用 | ### 界面 #### 注册 ![image-20250308160844471](res/image-20250308160844471.png) #### 首页 ![image-20250308155541232](res/image-20250308155541232.png) #### 用户列表 ![image-20250308155620094](res/image-20250308155620094.png) #### 标签列表 ![image-20250308155636081](res/image-20250308155636081.png) #### 审查 ![image-20250308155703829](res/image-20250308155703829.png) #### 通知 ![image-20250308160009468](res/image-20250308160009468.png) #### 个人主页 ![image-20250308160129527](res/image-20250308160129527.png) #### 提问详情 ![image-20250308160316981](res/image-20250308160316981.png) #### 修订历史 ![image-20250308160409078](res/image-20250308160409078.png)