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 | 3 years ago | |
---|---|---|
sql | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
pom.xml | 3 years ago | |
socialPractice.iml | 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