# 恒隆广场 **Repository Path**: wsp110/hlgc ## Basic Information - **Project Name**: 恒隆广场 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-16 - **Last Updated**: 2026-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1.运行环境 jdk1.8 redis mybatisPlus spring-boot ## 1.小程序 1. 判断是否可以领券 2. 获取用户当前位置 3. 位置符合领券条件,取第三方领券 4. 成功跳转到自己的卡包 5. 失败告诉用户原因 ## 2. 管理后台 1. 照片上传 2. 添加商圈 3. 添加券: 4. 用户列表以及操作用户 # 3.部署命令 1查看进程 ps -ef|grep java 2杀死进程 kill- 9 端口 3进入jar包目录 cd /root/root/softwares/project/ 4删除jar rm -rf jar包名字 5上传新jar到目录下 cd /root/root/softwares/project/ 6启动并写入日子jar nohup java -jar jar包名 >/usr/local/temp.txt &