2
我已經下載了Spring SAML2核心和示例項目。試圖在eclipse中編譯示例項目時,它顯示錯誤。Spring SAML2示例編譯錯誤
例如,在類org.springframework.security.saml.web.MetadataController
中有MetadataGenerator.setEntityAlias(..)
的引用無法解析。
我檢查了MetadataGenerator
的源代碼SAML2核心項目並沒有這樣的方法。
我錯過了什麼?
您必須使用舊的代碼,這些方法轉移到它的子類RC3。嘗試使用最新的jar「spring-security-saml2-core.1.0.0.RELEASE」。 – ManojP