怎么让别人看到自己做的网站,地信的网站建设,网站建设合同,深圳建工建设集团有限公司测试类使用了junit4#xff0c; spring boot 版本的test 框架自带的是junit5#xff0c;不兼容。
按照spring boot 对应的版本的junit框架#xff0c;修改测试类#xff0c;比如我就修改了junit5。按照#xff1a; https://docs.spring.io/spring-boot/docs/2.6.3/refere…测试类使用了junit4 spring boot 版本的test 框架自带的是junit5不兼容。
按照spring boot 对应的版本的junit框架修改测试类比如我就修改了junit5。按照 https://docs.spring.io/spring-boot/docs/2.6.3/reference/html/features.html#features.testing强制使用junit4