# Community **Repository Path**: DAMULx/community ## Basic Information - **Project Name**: Community - **Description**: 基于Springboot,使用opengauss数据库完成的一个论坛项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-06 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 展示:http://8.130.26.120:8080/#/ (阿里云不稳定容易挂,可以看展示图) 1.多模块开发 web模块:web包:包含所有controller config包:负责web模块后续的统一配置类 一个启动类 service模块:impl:包含所有业务接口的实现 dao模块:数据访问层内容,DO定义、DB访问层以及数据库相关配置类 common模块:每个模块可能都会用的一些基础类 api模块(未使用):负责外部依赖服务的管理,包含外部依赖服务的定义以及访问部分,以及通过facade模式做的封装类,如:request、response定义;外部服务api接口和外部服务通用枚举等 2.opengauss 使用阿里云部署、navicat连接 安装过程:https://developer.aliyun.com/article/788522 xshell操作:开启容器、切换omm、进入opengauss docker exec -it MyOpenGauss sh su - omm gsql -U gaussdb -d postgres navicat连接opengauss: 主机:略 端口:5678 初始数据库:db_community 用户名:damu 密码:damu@123456