logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

SpringBoot启动显示:程序包org.junit.jupiter.api 和org.spring framework.boot.test.context不存在

SpringBoot启动显示:程序包org.junit.jupiter.api 和org.spring framework.boot.test.context不存在

文章图片
#spring boot#spring#junit
基于VMware的ubuntu与vscode建立ssh连接

虚拟机与VScode连接失败时,常见原因是Windows和虚拟机IP不在同一网段(如169.x.x.x与192.x.x.x)。临时解决方法是在虚拟机网络设置中"还原默认设置",但此方法需重复操作且可能导致ens33网卡信息丢失。永久解决方案是:当出现ens33无IP时,通过命令序列(dhclient -r、ifconfig down/up等)重置网络配置,使系统自动获取正确IP

#虚拟机
到底了