您好我在spring安全應用程序中遇到以下錯誤,我無法上傳詳細信息公司限制大上傳, 是什麼問題?沒有匹配bean的類型[org.springframework.security.oauth2.provider.code.ClientAuthenticationCache
org.springframework.beans.factory.BeanCreationException:使用名稱'accessConfirmationController'創建bean時出錯:I 自動佈線依賴關係的排除失敗;嵌套異常是org.springframework.beans.factory.BeanCreationException:無法自動連接方法:public void o rg.springframework.security.oauth.examples.sparklr.mvc.AccessConfirmationController.setAuthenticationCache(org.springframework.security.oauth2.provider。 code.Cli entAuthenticationCache);嵌套的異常是org.springframework.beans.factory.NoSuchBeanDefinitionException:找不到匹配的bean類型爲[org.springframework.secu rity.oauth2.provider.code.ClientAuthenticationCache] for dependency:預計至少有1個bean有資格作爲autowire候選者這種依賴性。 d ependency註解:{}: org.springframework.beans.factory.NoSuchBeanDefinitionException:無類型的匹配豆[org.springframework.security.oauth2.provider.code.ClientAuthenticatio 的nCache]找到依賴性:預期至少1豆這符合這種依賴關係的自動導向候選資格。依賴註釋
我刪除自動裝配上述ClientAuthenticationCache,我實例化,它解決了 –