# demo01 **Repository Path**: linlilover/demo01 ## Basic Information - **Project Name**: demo01 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-20 - **Last Updated**: 2022-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程简介 linux 部署 nohup java -jar springboot.jar >server.log 2>&1 & ps -ef|grep "java -jar" kill -9 pid windows 部署 netstat -ano netstat -ano|findstr "端口号" tasklist|findstr "进程pid" taskkill -f -pid "进程pid" taskkill -f -t -im "进程名称" # 延伸阅读