# 学习代码-狂神说 **Repository Path**: chihiro_db/study ## Basic Information - **Project Name**: 学习代码-狂神说 - **Description**: No description available - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-03 - **Last Updated**: 2022-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README src/main/java **/*.properties **/*.xml true src/main/resources **/*.properties **/*.xml true jdbc:mysql://localhost:3306/mybatis?useSSL=false&userUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai 后台运行springboot : nohup java -jar blog-api-1.0-SNAPSHOT.jar >/dev/null 2>/dev/null & 强制关闭端口 :sudo fuser -k 80/tcp 彻底关闭nginx:taskkill /f /t /im nginx.exe 查找nginx进程:tasklist|findstr nginx