Files
flowers/README.md
王子琦 f58e05d962 add
2026-01-13 13:55:40 +08:00

25 lines
848 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

植愈线上花店Spring Boot + Vue2 + MySQL
目录结构
- backend后端服务JDK8 + Spring Boot 2.7
- frontend前端页面Vue2 + Element UI
- backend/sql/init.sql数据库初始化与示例数据
启动步骤
1. 创建数据库并导入数据
- 执行 `backend/sql/init.sql`
2. 启动后端
- 修改 `backend/src/main/resources/application.yml` 的数据库账号密码
-`backend` 目录执行 `mvn spring-boot:run`
3. 启动前端
-`frontend` 目录执行 `npm install`
- 执行 `npm run serve`,默认端口 8081
默认账号
- 管理员admin / 123456
核心功能
- 用户注册登录、商品浏览、下单支付、订单管理、评价管理
- 告白弹幕定制、二维码生成、收花人扫码浏览与弹幕互动
- 后台商品/订单/用户/评价管理与数据仪表盘