# student_calss_admin **Repository Path**: bayuqi/student_calss_admin ## Basic Information - **Project Name**: student_calss_admin - **Description**: 基于vue+springboot+mybatisplus的学生选课系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-04-09 - **Last Updated**: 2024-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # student_calss_admin #### 介绍 基于vue+springboot+mybatisplus的学生选课系统 # 前端 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). # 后端 ## Project setup ``` 运行数据库脚本、配置好数据库连接:application.yml、运行 ```