Spring:java.lang.IllegalStateException: Failed to load ApplicationContext 2021-4-25 看caused by后的内容发现是bookService的bean创建异常。原来是使用了@Qualified注解但是并未指定名称,@Q...