摘要:
#Maven 不引用本地jar包文件 错误提示, Could not resolve dependencies for xxx 将仓库下面的 _remote.repositories 和**.lastUpdated** 这两个文件删除, 然后重新reload。后面就能正常引入jar包。 删除脚本命令 阅读全文
posted @ 2022-12-13 11:28
菜菜920
阅读(276)
评论(0)
推荐(0)
摘要:
#window 端口占用解决命令 netstat -ano | findstr 端口 taskkill -pid 进程号 -f 阅读全文
posted @ 2022-12-13 11:19
菜菜920
阅读(28)
评论(0)
推荐(0)