我尝试使用Spring Boot为我的DAO层运行测试。但我收到了java.lang.IllegalStateException: Configuration error: found multiple declarations of @BootstrapWithfor test class [com.example.demo.FoodDaoIntegrationTest] 我已经读了几个关于这个错误的答案,但它仍然没有帮助。我的<e
我正在尝试测试一个findAll @GET操作。下面是显示所有记录方法的测试用例。可能的原因是什么?java.lang.IllegalStateException: Configuration error: found multiple declarations of @BootstrapWith for