修改了部分信息

master
zhangliang 4 months ago
parent dad464cda9
commit e07f91d173

@ -1,2 +0,0 @@
{
}

@ -106,19 +106,14 @@ Student_Demo_Springboot/
### 后端启动
1. **克隆项目**
```bash
git clone https://gitee.com/strong-and-prosperous_6_0/student-demo---latest-version.git
cd Student_Demo_Springboot
```
2. **配置数据库**
1**配置数据库**
```bash
# 创建数据库
mysql -u root -p < sql/course_selection_system.sql
```
3. **修改配置文件**
2**修改配置文件**
```properties
# student_end/src/main/resources/application.properties
spring.datasource.url=jdbc:mysql://localhost:3306/course_selection_system
@ -216,9 +211,6 @@ npm run dev
4. 推送到分支 (`git push origin feature/AmazingFeature`)
5. 打开 Pull Request
## 📄 许可证
本项目采用 MIT 许可证 - 查看 [LICENSE](LICENSE) 文件了解详情
## 📞 联系方式

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save