基于Springboot开发的外卖餐购项目(后台管理+消费者端)
系统运行
后端登录页: http://localhost:8081/backend/page/login/login.html
消费端请求:消费端主页: http://localhost:8081/front/index.html
管理员账号
admin 123456
消费者不需要登录
采用技术栈
前端:Element-ui、Vue 后端:SpringBoot、Mybatisplus、 Mysql8.0.23(注意和Mysql5的配置有所不同)、 Swagger、 Redis6.0+
注意:启动项目前,需要启动Redis服务,因为项目前端验证码、前后端的菜品、套餐等模块都使用到了Redis