xref: /test/xts/tools/sample/ServerSampleD/README.md (revision 31c75014)
131c75014Sopenharmony_ciOpenHarmony Sample仿应用后台服务
231c75014Sopenharmony_ci===============
331c75014Sopenharmony_ci
431c75014Sopenharmony_ci## 简介
531c75014Sopenharmony_ci本服务为[xts_tools sample](https://gitee.com/openharmony/xts_tools) sample中AppSampleD提供的后台服务,如视频上传、视频审核、消息发送等,同时提供了相应的web后台管理页面,体验端云侧应用系统闭环。本服务使用了[JeecgBoot](http://www.jeecg.com) 低代码开发平台,能够快速的开发和部署。
631c75014Sopenharmony_ci 
731c75014Sopenharmony_ci 
831c75014Sopenharmony_ci## JeecgBoot源码下载
931c75014Sopenharmony_ci
1031c75014Sopenharmony_ci- 源码 :https://gitee.com/jeecg/jeecg-boot
1131c75014Sopenharmony_ci
1231c75014Sopenharmony_ci##### 项目说明
1331c75014Sopenharmony_ci
1431c75014Sopenharmony_ci   ![](img/20231221112242.png)
1531c75014Sopenharmony_ci
1631c75014Sopenharmony_ci
1731c75014Sopenharmony_ci## 技术文档
1831c75014Sopenharmony_ci
1931c75014Sopenharmony_ci-   官方文档:[http://help.jeecg.com](http://help.jeecg.com)
2031c75014Sopenharmony_ci-   官方网站: [http://www.jeecg.com](http://www.jeecg.com)
2131c75014Sopenharmony_ci
2231c75014Sopenharmony_ci
2331c75014Sopenharmony_ci## 安装与使用
2431c75014Sopenharmony_ci- 按照Jeecg官方文档安装部署后,使用Navicat Premium工具或者其他数据库工具执行本应用服务需要的数据库文件脚本oh-sample.sql2531c75014Sopenharmony_ci
2631c75014Sopenharmony_ci    ![](img/20231214111722.png)
2731c75014Sopenharmony_ci
2831c75014Sopenharmony_ci- 将java目录下jeecg-boot-base-core、jeecg-module-system的文件放置JeecgBoot SpringBoot后台项目源码对应目录中,如重复,使用本服务的文件,然后启动项目;
2931c75014Sopenharmony_ci
3031c75014Sopenharmony_ci    ![](img/20231214112603.png)
3131c75014Sopenharmony_ci    ![](img/20231214112841.png)
3231c75014Sopenharmony_ci
3331c75014Sopenharmony_ci- 将前端web目录下的的oh-sample文件夹放置JeecgBoot前端源码对应目录中,修改对应服务器地址后,启动项目;
3431c75014Sopenharmony_ci
3531c75014Sopenharmony_ci    ![](img/20231214113132.png)
3631c75014Sopenharmony_ci    ![](img/20231214113701.png)
3731c75014Sopenharmony_ci
3831c75014Sopenharmony_ci- 可使用默认账号13700000001、13700000002、13700000003,密码123456登录查看本服务提供的管理页面或者使用管理员账号admmin/123456体验整个系统;
3931c75014Sopenharmony_ci
4031c75014Sopenharmony_ci    ![](img/20231214114121.png)
4131c75014Sopenharmony_ci    ![](img/20231226170839.png)
4231c75014Sopenharmony_ci    ![](img/20231226170917.png)