Kaynağa Gözat

Update Deprecated ApplicationResourceLoader Usage

Josh Cummings 1 ay önce
ebeveyn
işleme
5de7d1521f

+ 1 - 1
servlet/spring-boot/java/saml2/refreshable-metadata/src/main/java/example/RelyingPartyMetadata.java

@@ -36,7 +36,7 @@ import org.springframework.stereotype.Component;
 @ConfigurationProperties("saml2")
 public class RelyingPartyMetadata {
 
-	private final ResourceLoader resourceLoader = new ApplicationResourceLoader();
+	private final ResourceLoader resourceLoader = ApplicationResourceLoader.get();
 
 	private String entityId = "{baseUrl}/saml2/metadata";