# risktestPro **Repository Path**: nweida/risktestPro ## Basic Information - **Project Name**: risktestPro - **Description**: 测试系统 - **Primary Language**: Java - **License**: MulanPSL-1.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 部署 1. 启动参数中添加 -Dspring.profiles.active=local 2. 修改对应redis、mysql的路径 3. 启动服务 API 见 ### 设计 | 表名 | 释义 | 关系 | | ------------------ | -------------- | -------------------- | | base_user | 用户表 | | | base_user_role | 用户角色表 | | | base_role | 角色表 | | | base_role_resource | 角色权限中间表 | 根据type区分权限类型 | | base_menu | 菜单表 | | | base_operation | url权限表 | | | base_page_element | 页面元素表 | | | base_org | 机构表 | | base_user <->base_user_role <-> base_role <-> base_role_resource <-> base_menu ​ <-> base_operation ​ <-> base_page_element