104105106107108109110
return new SimpleKeyGenerator(); } @Bean public KeyGenerator customKeyGenerator() { return new SomeCustomKeyGenerator(); }