# 黑马点评 **Repository Path**: clingingjasion/hmdp ## Basic Information - **Project Name**: 黑马点评 - **Description**: 基于springboot +mybatis+redis实现的多功能探店APP,涵盖发博客,评价,定位,关注,共同关注,秒杀,消息推送等多个功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-06-16 - **Last Updated**: 2023-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 黑马点评 ![image-20230520100041359](C:\Users\Seraphine\AppData\Roaming\Typora\typora-user-images\image-20230520100041359.png) ![image-20230520100103924](C:\Users\Seraphine\AppData\Roaming\Typora\typora-user-images\image-20230520100103924.png) ## 搭建黑马点评 安装mysqsl5.7以上版本创建hmdp数据库 ~~~CREATE DATABASE IF NOT EXISTS hmdp DEFAULT CHARSET utf8mb4 COLLATE utf8mb4_general_ci; ~~~ 导入hmdp.sql 在项目中提供了一个 `nginx` 文件夹将其复制到任意目录,要确保该目录不包含中文、特殊字符和空格 ![在这里插入图片描述](https://img-blog.csdnimg.cn/0e87df64dc4e42af9c2d5e02ba3894db.png#pic_center) 运行前端项目:在 nginx 所在目录下打开一个 CMD 窗口,输入命令:**`start nginx.exe`** 然后访问 **`http://127.0.0.1:8080`** ,即可看到页面: ![在这里插入图片描述](https://img-blog.csdnimg.cn/5d25af5dea2a45239e2df68a996cec68.png#pic_center) ------