Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lonecloud/ssm-student
https://github.com/lonecloud/ssm-student
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lonecloud/ssm-student
- Owner: lonecloud
- Created: 2017-10-27T11:21:17.000Z (about 7 years ago)
- Default Branch: dev-jsp
- Last Pushed: 2023-12-15T04:33:40.000Z (11 months ago)
- Last Synced: 2023-12-15T05:27:59.871Z (11 months ago)
- Language: Java
- Size: 665 KB
- Stars: 15
- Watchers: 4
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssm-student
## 运行环境
JDK1.8+Maven
**技术栈**
- mysql
- maven
- Spring
- SpringMVC
- mybatis
- JSP
- JQuery
- BootStrap
- bootStrap-table**实现功能**
- 登录
- 注册
- 学生的数据的CRUD(增删改查)
- 学生数据的导入,导出(基于POI的Excel的数据解析)**后期实现功能**
- 前后端分离
- 邮件系统
- 注册认证
- 短信API接入
- ......不仅仅局限于这些## 执行
1. 下载代码
```shell
git clone https://github.com/lonecloud/ssm-student
```
2. 升级数据库运行student.sql
3. 运行maven脚本
```shell
mvn compile
mvn tomcat7:run
```
访问地址:http://localhost:8080/student