https://github.com/fallenner/bookshop
网上书店(java)
https://github.com/fallenner/bookshop
bookshop mybatis spring springboot
Last synced: 27 days ago
JSON representation
网上书店(java)
- Host: GitHub
- URL: https://github.com/fallenner/bookshop
- Owner: fallenner
- Created: 2016-10-18T09:58:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T08:58:11.000Z (about 2 years ago)
- Last Synced: 2025-03-28T22:38:04.325Z (about 1 month ago)
- Topics: bookshop, mybatis, spring, springboot
- Language: Java
- Homepage:
- Size: 7.64 MB
- Stars: 63
- Watchers: 1
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 毕业设计 网上书店
#### 技术点
maven + springmvc + shiro + spring + mybatis + mysql + freemarker#### 运行:
1. 导入表结构并配置数据库将bookstore.sql导入到本地mysql中。
2. 修改\src\main\resources\db.properties 里的用户名和密码。
3. 配置maven、编译运行即可。#### 内置账号:
1. 普通用户
用户名: dzq 密 码: 12345678
2. 管理员用户
用户名: admin 密 码: 12345678
#### Plan
这个项目作为本人16年毕业设计,用的是当时比较流行的技术栈。
现计划将此项目改造为当今比较主流的技术栈。后端 springboot, 前端 vuejs版本和 react + typescript版本