# 毕业设计项目-鲜花销售商城 **Repository Path**: baixuanz/flower ## Basic Information - **Project Name**: 毕业设计项目-鲜花销售商城 - **Description**: 鲜花销售商城完整版,前后端分离,springboot + vue,含(客户端,管理端,服务端),带相关信息和素材 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2025-02-24 - **Last Updated**: 2026-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: SpringBoot, Vue, 毕业设计 ## README ## 运行必看 JDK17 MYSQL8.0.X 运行flower_shop目录下的flower_shop.sql文件,导入数据库。 在导入之前,需要手动创建一个名为flower_shop的数据库 字符集为utf8mb4,排序规则为utf8mb4_general_ci。 ### 申请QQ邮箱授权码 https://blog.csdn.net/qq_45365516/article/details/143978735 ``` 申请成功后,在application.yml中,找到spring:mail, 替换下图中的username为申请授权码时登录的邮箱,password为授权码 username格式一般为xxx@xx.xx ``` ![img.png](img.png) ### 接口文档 http://localhost:9876/doc.html