Class CachingConfiguration
java.lang.Object
com.ulisesbocchio.jasyptspringboot.configuration.CachingConfiguration
CachingConfiguration class.
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrefreshScopeRefreshedEventListener(org.springframework.core.env.ConfigurableEnvironment environment, EncryptablePropertySourceConverter converter, Singleton<JasyptEncryptorConfigurationProperties> config) refreshScopeRefreshedEventListener.
-
Constructor Details
-
CachingConfiguration
public CachingConfiguration()
-
-
Method Details
-
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
-