# wechat-order **Repository Path**: yanyizzz/wechat-order ## Basic Information - **Project Name**: wechat-order - **Description**: 微信h5点餐,Spring Boot + JPA+ MyBatis+ Redis+ WebSocket - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-22 - **Last Updated**: 2021-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot微信点餐 #### 介绍 慕课网《2019更新版 Spring Boot双版本(1.5/2.1) 打造企业级微信点餐系统》 的课程学习程序 视频地址:https://coding.imooc.com/class/117.html https://github.com/923310233/wxOrder/ #### 技术 1. Spring Boot 2. JPA 3. MyBatis 4. Redis 5. WebSocket ### 使用步骤 1. 设置虚拟机中的nginx >192.168.3.10(本机) >192.168.3.149(虚拟机) >server_name:sell.com >proxy_pass http://192.168.3.10/sell/(本机地址) 2. 设置本机hosts >C:\Windows\System32\drivers\etc >192.168.3.149 sell.com 3. 访问前台http://sell.com/#/order >1. 添加cookie:document.cookie="openid=abc"(前台设置了cookie验证) >2. 访问http://sell.com/#/goods