Class JdbcEnvironmentProperties

java.lang.Object
org.springframework.cloud.config.server.environment.JdbcEnvironmentProperties
All Implemented Interfaces:
EnvironmentRepositoryProperties

@ConfigurationProperties("spring.cloud.config.server.jdbc") public class JdbcEnvironmentProperties extends Object implements EnvironmentRepositoryProperties
Author:
Dylan Roberts, Thomas Vitale
  • Constructor Details

    • JdbcEnvironmentProperties

      public JdbcEnvironmentProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getOrder

      public int getOrder()
    • setOrder

      public void setOrder(int order)
      Specified by:
      setOrder in interface EnvironmentRepositoryProperties
    • getSql

      public String getSql()
    • setSql

      public void setSql(String sql)
    • getSqlWithoutProfile

      public String getSqlWithoutProfile()
    • setSqlWithoutProfile

      public void setSqlWithoutProfile(String sqlWithoutProfile)
    • isFailOnError

      public boolean isFailOnError()
    • setFailOnError

      public void setFailOnError(boolean failOnError)
    • isConfigIncomplete

      public boolean isConfigIncomplete()
    • getDefaultLabel

      public String getDefaultLabel()
    • setDefaultLabel

      public void setDefaultLabel(String defaultLabel)