# JAVAEE期末课程设计_基于springBOOT的小米商城系统 **Repository Path**: hfcfdf/javaEEKeShe ## Basic Information - **Project Name**: JAVAEE期末课程设计_基于springBOOT的小米商城系统 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2021-12-25 - **Last Updated**: 2024-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JAVAEE期末课程设计_基于springBOOT主要还是SSM的小米商城系统 #### 介绍 本项目为基于SpringBoot的小米商城系统,实现了用户端和管理员端的功能,可以实现购买发货等 这次的项目是本次javaEE的期末课程设计,历时3天半完成。 登录界面展示 ![登录界面展示](https://images.gitee.com/uploads/images/2021/1225/150129_8fbcac7f_7696486.png "屏幕截图.png") 登录提示 ![登录提示](https://images.gitee.com/uploads/images/2021/1225/150138_6cd50fcc_7696486.png "屏幕截图.png") 注册界面及获取验证码 ![注册界面及获取验证码](https://images.gitee.com/uploads/images/2021/1225/150210_52bd3ec9_7696486.png "屏幕截图.png") 商城首页 ![商城首页](https://images.gitee.com/uploads/images/2021/1225/150227_a92c99d0_7696486.png "屏幕截图.png") 购物车 ![购物车](https://images.gitee.com/uploads/images/2021/1225/150242_efeacd62_7696486.png "屏幕截图.png") 下单 ![下单](https://images.gitee.com/uploads/images/2021/1225/150251_263277bd_7696486.png "屏幕截图.png") 订单查看功能 ![订单查看功能](https://images.gitee.com/uploads/images/2021/1225/150300_351ec358_7696486.png "屏幕截图.png") 用户确认收货 ![用户确认收货](https://images.gitee.com/uploads/images/2021/1225/150315_ab740d6e_7696486.png "屏幕截图.png") 地址管理 ![地址管理 ](https://images.gitee.com/uploads/images/2021/1225/150341_b3736241_7696486.png "屏幕截图.png") 管理员订单管理 ![管理员订单管理](https://images.gitee.com/uploads/images/2021/1225/150350_76c08726_7696486.png "屏幕截图.png") 管理员商品管理 ![管理员商品管理](https://images.gitee.com/uploads/images/2021/1225/150405_edc4ddb1_7696486.png "屏幕截图.png") 广告编辑 ![广告编辑 ](https://images.gitee.com/uploads/images/2021/1225/150419_818bf774_7696486.png "屏幕截图.png") 德鲁伊 ![德鲁伊](https://images.gitee.com/uploads/images/2021/1225/150433_64a69e4c_7696486.png "屏幕截图.png") 下面为依赖 ``` org.springframework.boot spring-boot-devtools true org.springframework.boot spring-boot-starter-thymeleaf org.springframework.boot spring-boot-starter-web mysql mysql-connector-java runtime org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-starter-jdbc org.mybatis.spring.boot mybatis-spring-boot-starter 2.2.0 com.alibaba druid-spring-boot-starter 1.2.8 org.projectlombok lombok 1.18.22 provided org.springframework.boot spring-boot-starter-mail org.springframework.boot spring-boot-starter-data-redis ``` #### 使用说明 1. 此项目为IDEA工程 2. 须安装redis数据库和mysql数据库并导入shop.sql文件 3. 邮箱须开通smtp服务 4. 2,3两步须在以下配置文件中进行配置,注册和找回密码功能依赖与redis和邮箱 ![输入图片说明](https://images.gitee.com/uploads/images/2021/1225/150847_4e5b70b6_7696486.png "屏幕截图.png")