这是一个基于SpringCloudAlibaba,uni-app的前后端分离的医疗论坛系统,提供小程序界面+后台服务的整套系统源码。
如果是初学Java的朋友也可以跟着流程借鉴这些代码,试着实现这个项目,相信能对你的成长有所帮助!
health-backend
├── health-common # 公共模块
│ ├── pom.xml
│ └── src
├── health-gateway # 网关
│ ├── pom.xml
│ └── src
├── health-community # 社区论坛模块
│ ├── pom.xml
└── └── src
├── health-consult # 咨询模块
│ ├── pom.xml
│ └── src
├── health-diet # 饮食模块
│ ├── pom.xml
│ └── src
├── health-community # 会员模块
│ ├── pom.xml
└── └── src
├── health-search # 搜索模块
│ ├── pom.xml
└── └── src
├── health-search # 自诊模块
│ ├── pom.xml
└── └── src
├── health-sport # 睡眠模块
│ ├── pom.xml
└── └── src
├── health-sport # 运动模块
│ ├── pom.xml
└── └── src
health-mp
基于uni-app
项目后端环境
部署步骤:
前端环境:
部署步骤: