Could not load TestContextBootstrapper [null]. Specify @BootstrapWith's 'value' attribute or make the default bootstrapper class available.
spring-test在自动导入依赖时导入的版本是五点几的,其它的spring jar包用的是4.3.7版本的,因此报错,将相关spring jar包版本保持一致即可
Could not load TestContextBootstrapper [null]. Specify @BootstrapWith's 'value' attribute or make the default bootstrapper class available.
spring-test在自动导入依赖时导入的版本是五点几的,其它的spring jar包用的是4.3.7版本的,因此报错,将相关spring jar包版本保持一致即可