Last active
January 4, 2018 10:31
-
-
Save sw-samuraj/efaed2fcb885fb533938a2203cd7511f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Bean | |
public MetadataGeneratorFilter metadataGeneratorFilter() { | |
MetadataGenerator metadataGenerator = new MetadataGenerator(); | |
metadataGenerator.setEntityId("cz:swsamuraj:wicket:spring:sp"); | |
metadataGenerator.setKeyManager(keyManager()); | |
return new MetadataGeneratorFilter(metadataGenerator); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment