Class DataSourceDecoratorProperties

java.lang.Object
com.github.gavlyukovskiy.boot.jdbc.decorator.DataSourceDecoratorProperties

@ConfigurationProperties(prefix="decorator.datasource") public class DataSourceDecoratorProperties extends Object
Properties for configuring proxy providers.
  • Constructor Details

    • DataSourceDecoratorProperties

      public DataSourceDecoratorProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getExcludeBeans

      public Collection<String> getExcludeBeans()
    • isIgnoreRoutingDataSources

      public boolean isIgnoreRoutingDataSources()
    • getDatasourceProxy

      public DataSourceProxyProperties getDatasourceProxy()
    • getP6spy

      public P6SpyProperties getP6spy()
    • getFlexyPool

      public FlexyPoolProperties getFlexyPool()
    • setEnabled

      public void setEnabled(boolean enabled)
    • setExcludeBeans

      public void setExcludeBeans(Collection<String> excludeBeans)
    • setIgnoreRoutingDataSources

      public void setIgnoreRoutingDataSources(boolean ignoreRoutingDataSources)
    • setDatasourceProxy

      public void setDatasourceProxy(DataSourceProxyProperties datasourceProxy)
    • setP6spy

      public void setP6spy(P6SpyProperties p6spy)
    • setFlexyPool

      public void setFlexyPool(FlexyPoolProperties flexyPool)