# XuanLeHacker **Repository Path**: Haidnor/XuanLeHacker ## Basic Information - **Project Name**: XuanLeHacker - **Description**: XuanLeHacker - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-27 - **Last Updated**: 2023-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 端口号 默认端口号 8081 # 启动命令 nohup java -jar /project/xuanle_hacker/xuanleHacker-1.0.0-SNAPSHOT.jar --spring.profiles.active=prod >/dev/null 2>&1 & # 查询项目进程命令 ps -ef | grep '.jar' | grep 'xuanleHacker-1.0.0-SNAPSHOT' # 关闭项目命令 ps -ef | grep '.jar' | grep 'xuanleHacker-1.0.0-SNAPSHOT' | awk '{print $2}' | xargs kill -9