# 数据库项目2.0 **Repository Path**: Kubrick/database-project-2 ## Basic Information - **Project Name**: 数据库项目2.0 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-10 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 在线考核系统 * ## 系统介绍 该项目是一个前后端分离的项目,后端使用 SpringBoot,前端使用 Vue 和 Element-UI 组件库配合完成开发,持久层选择mybatis以及使用Druid作为数据库的连接池。 * ### 启动项目 * 在exam文件夹下安装依赖文件 ```bash npm install ``` * 在exam文件夹下启动前端项目 ```bash npm run dev ``` * 正常启动springboot项目 * 访问http://localhost:8088/