Skip to content
/ sms Public

基于vue + springboot的学生成绩管理系统

Notifications You must be signed in to change notification settings

by-night/sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sms

login dashboard timetable score analysis course user account

后端

1. idea 打开项目,等待自动下载依赖完成;  
2.(非必须)idea 打开 File -> Setting -> Build, Execution, Deployment -> Build Tools -> Maven;  
Maven home directory 选项  导入 maven 文件;  

启动

生产环境:  
   浏览器运行 http://localhost:8443/;  
开发环境:  
    进入 前端目录 sms, 执行;  
    1. npm install  下载依赖;  
    2. npm run dev   启动;  

数据库:

根目录下的 student_mis.sql, 直接导入即可;  
可在 application.properties 文件下更改数据库账号密码,默认为: 账号:root, 密码:password;  

About

基于vue + springboot的学生成绩管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published