一. 遇到問題 :程序包org.springframework.boot.test.context不存在
發(fā)生錯(cuò)誤的原因是項(xiàng)目中缺少spring-boot-starter-test
依賴導(dǎo)致的,解決方案如下:
在項(xiàng)目根目錄的pom.xm
文件中的<dependencies>
節(jié)點(diǎn)下增加以下依賴即可:文章來源:http://www.zghlxwxcb.cn/news/detail-624102.html
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
?文章來源地址http://www.zghlxwxcb.cn/news/detail-624102.html
到了這里,關(guān)于SpringBoot —程序包org.springframework.boot.test.context不存在的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!