# dorive-example **Repository Path**: digital-engine/dorive-example ## Basic Information - **Project Name**: dorive-example - **Description**: dorive单元测试案例。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2025-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Dorive Example 以Saas化为例,创建的Spring Boot应用。包含领域模型和单元测试案例。 ## 快速开始 - 克隆或下载dorive项目,使用maven install命令进行打包。地址:https://gitee.com/digital-engine/dorive - 克隆或下载dorive-example项目。 - 在application-db.yml配置文件中,添加数据库连接配置。 - 在数据库中,执行初始化脚本(init.sql)。 ## 表说明 | 表名 | 注释 | | :------------: | :------------: | | sys_tenant | 租户表 | | sys_dept | 部门表 | | sys_user | 用户表 | | sys_role_group | 角色组表 | | sys_role | 角色表 | | sys_menu | 菜单表 | | sys_api | 接口表 | | sys_user_role | 用户角色绑定表 | | sys_role_menu | 角色菜单绑定表 | ## 模型 ![avater](https://gitee.com/digital-engine/dorive-example/raw/3.0.0/doc/img/model.png) ## 用户 ![avater](https://gitee.com/digital-engine/dorive-example/raw/3.0.0/doc/img/user.png)