Git Product home page Git Product logo

alaskaurora / takeout-food Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaobeiaaaa/takeout-food

0.0 0.0 0.0 40.54 MB

本项目是参考B站黑马程序员的《瑞吉外卖》教程所实现的一个SpringBoot+MybatisPlus+Mysql技术栈的前后端分离外卖管理系统。对于初学者较为友好,业务逻辑简单易上手,适合刚学完ssm做的一个练手项目。

JavaScript 36.12% Java 9.87% CSS 34.95% HTML 19.07%

takeout-food's Introduction

🔱项目介绍【已完结🎉】

对你有用的话,希望能给项目点个Star,非常感谢。

对于项目的任何问题,或者你在本地部署时遇到的无法解决的问题,都可以提交issues,又可能你遇到的问题别人已经提交了issues,那么你就直接可以得到解决。没有解决的我会在第一时间进行解决和答复

欢迎关注我的微信公众号,可以随时和我交流

项目访问

在项目运行以后,访问下面的地址,IP地址改成自己的,本地的话就是localhost,端口就是设置的端口,默认为8080

前台:/front/index.html

后台:/backend/index.html

本地默认的话就是这两个地址: 前台:localhost:8080/front/index.html 后台:localhost:8080/backend/index.html

瑞吉外卖

  本项目是参考B站黑马程序员的《瑞吉外卖》教程所实现的一个SpringBoot+MybatisPlus+Mysql技术栈的前后端分离外卖管理系统。对于初学者较为友好,业务逻辑简单易上手,适合刚学完ssm做的一个练手项目。

  项目目前分为V1和V2两个版本,V2版本较V1版本来说,加入了Redis技术和其他地方的一些优化。

  • 未学习Redis的读者,可以根据V1版本进行学习,后期适配Redis即可。

  • 了解过Redis的读者,直接建议上手V2版本,适配Redis,可以适当浏览V1的Session部分,进行对比,从而更好的体现出使用Redis的优点,加深印象。

  • 前台预览

前台

  • 后台预览

后台

🔷使用技术

  • SpringBoot
  • MySql
  • Mybatis Plus
  • Redis

项目模块

  • 🔺后台
    • 登录模块
    • 员工管理
    • 分类管理
    • 菜品管理
    • 套餐管理
    • 订单管理
  • 🔻前台
    • 用户模块
    • 购物车模块
    • 地址模块
    • 订单模块
    • 菜品模块

项目部署

  1. 下载本项目到服务器。

  2. 修改src/main/resources/application.yml文件内的数据库信息

V1需要改动的就是下面说明的三个地方

  • 数据库名
  • 数据库用户名
  • 数据库密码

V2还需要添加Redis的配置信息

  1. 在服务器上部署时,将项目打成jar包,使用java -jar 包名进行运行
  2. 访问后台:localhost:8080/backend/page/login.html即可
  3. 访问前台:localhost:8080/front/page/login.html

❤️‍🩹版本内容

V1版本

技术栈

  • SpringBoot
  • MybatisPlus
  • Mysql
  • Session

版本更新

2022/11/28:V1版本的后台功能已经开发完毕,就剩前台的API还没有开发完毕。

2022/12/1 :V1版本的前后台均已开发完毕,也将图片的下载和删除适应到了SpringBoot的Jar包中,可以打包在服务器中运行。

V2版本

  • SpringBoot
  • MybatisPlus
  • Mysql
  • Redis

缓存到Redis的内容:

  • 缓存短信验证码
  • 缓存菜品信息
  • 缓存用户信息
  • 缓存地址信息
  • 缓存套餐信息

参考教程

资料下载

takeout-food's People

Contributors

codermast avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.