Class CachingConfiguration
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.configuration.CachingConfiguration
-
@Configuration public class CachingConfiguration extends Object
CachingConfiguration class.
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
-
Constructor Summary
Constructors Constructor Description CachingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RefreshScopeRefreshedEventListenerrefreshScopeRefreshedEventListener(org.springframework.core.env.ConfigurableEnvironment environment, EncryptablePropertySourceConverter converter, Singleton<JasyptEncryptorConfigurationProperties> config)refreshScopeRefreshedEventListener.
-
-
-
Method Detail
-
refreshScopeRefreshedEventListener
@Bean public RefreshScopeRefreshedEventListener refreshScopeRefreshedEventListener(org.springframework.core.env.ConfigurableEnvironment environment, EncryptablePropertySourceConverter converter, Singleton<JasyptEncryptorConfigurationProperties> config)
refreshScopeRefreshedEventListener.
- Parameters:
environment- aConfigurableEnvironmentobjectconverter- aEncryptablePropertySourceConverterobjectconfig- aSingletonobject- Returns:
- a
RefreshScopeRefreshedEventListenerobject
-
-