我尝试使用Spring Boot为我的DAO层运行测试。但我收到了java.lang.IllegalStateException: Configuration error: found multiple declarations of @BootstrapWith for test class [com.example.demo.FoodDaoIntegrationTest] 我已经读了几个关于这个错误的答案,但它仍然没有帮助。我猜注解仍然存在一些问题。我的测试是: package com.example.demo;
@RunWith(SpringRunner.class) @DataJpa