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.

17 lines
635 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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