摘要:
windows下使用dos命令查看占用端口号并停止 windows+R打开命令窗口 查找占用端口对应的PID(进程号) netstat -ano|findstr "port" # 示例 netstat -ano|findstr "8080" 查看是哪个进程或程序占用了端口 tasklist|find 阅读全文
posted @ 2022-08-03 22:21
会飞的稻草人丶
阅读(539)
评论(0)
推荐(0)
摘要:
清理忽略springboot控制台启动的banner和启动日志 1、springboot的banner spring: main: banner-mode: off 2、mybatis-plus的banner mybatis-plus: type-aliases-package: com.hmdp. 阅读全文
posted @ 2022-08-03 14:57
会飞的稻草人丶
阅读(575)
评论(1)
推荐(1)

浙公网安备 33010602011771号