社会实践管理系统大作业(Spring+SpringMVC+mybatis-plus+shiro+Vue in JSP+elementUI+Qs+axios)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
PeterAlbus 73c1d41fde fixed a bug that confirm button didn't work 3 years ago
sql update sql 3 years ago
src fixed a bug that confirm button didn't work 3 years ago
.gitignore update sql 3 years ago
LICENSE Initial commit 3 years ago
README.md update sql 3 years ago
pom.xml create Project and finished build of basic environment 3 years ago
socialPractice.iml create Project and finished build of basic environment 3 years ago

README.md

socialPractiseManagementSys

a course of SSM's homework

一份SSM课程的期末大作业 是一个学生信息管理系统

运行时需要自行将jdbcConfig.sample.properties重命名为jdbcConfig.properties

同时使用maven导入pom.xml中指定的包

自行修改其中连接数据库的账号和密码并且使用sql文件夹中的sql语句创建数据库

项目使用Spring+SpringMVC+Mybatis-plus+shiro作为框架前后端不分离选择了原始的jsp并在jsp中使用了vue.js以进行一部分mvvm架构的页面设计

头像上传功能使用了我博客内的图床,有兴趣的可以查看我的博客项目

德鲁伊后台的密码在web.xml中进行配置

前端样式基本采用element-ui