Class LiquibaseProperties
java.lang.Object
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
@ConfigurationProperties(prefix="spring.liquibase",
ignoreUnknownFields=false)
public class LiquibaseProperties
extends Object
Configuration properties to configure
SpringLiquibase
.- Since:
- 1.1.0
- Author:
- Marcel Overdijk, EddĂș MelĂ©ndez, Ferenc Gratzer, Evgeniy Cheban
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Enumeration of types of summary to show.static enum
Enumeration of destinations to which the summary should be output.static enum
Enumeration of types of UIService. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTag()
getUrl()
getUser()
boolean
boolean
boolean
boolean
void
setChangeLog
(String changeLog) void
setClearChecksums
(boolean clearChecksums) void
setContexts
(String contexts) void
setDatabaseChangeLogLockTable
(String databaseChangeLogLockTable) void
setDatabaseChangeLogTable
(String databaseChangeLogTable) void
setDefaultSchema
(String defaultSchema) void
setDriverClassName
(String driverClassName) void
setDropFirst
(boolean dropFirst) void
setEnabled
(boolean enabled) void
setLabelFilter
(String labelFilter) void
setLiquibaseSchema
(String liquibaseSchema) void
setLiquibaseTablespace
(String liquibaseTablespace) void
setParameters
(Map<String, String> parameters) void
setPassword
(String password) void
setRollbackFile
(File rollbackFile) void
setShowSummary
(LiquibaseProperties.ShowSummary showSummary) void
setShowSummaryOutput
(LiquibaseProperties.ShowSummaryOutput showSummaryOutput) void
void
setTestRollbackOnUpdate
(boolean testRollbackOnUpdate) void
setUiService
(LiquibaseProperties.UIService uiService) void
void
-
Constructor Details
-
LiquibaseProperties
public LiquibaseProperties()
-
-
Method Details
-
getChangeLog
-
setChangeLog
-
getContexts
-
setContexts
-
getDefaultSchema
-
setDefaultSchema
-
getLiquibaseSchema
-
setLiquibaseSchema
-
getLiquibaseTablespace
-
setLiquibaseTablespace
-
getDatabaseChangeLogTable
-
setDatabaseChangeLogTable
-
getDatabaseChangeLogLockTable
-
setDatabaseChangeLogLockTable
-
isDropFirst
public boolean isDropFirst() -
setDropFirst
public void setDropFirst(boolean dropFirst) -
isClearChecksums
public boolean isClearChecksums() -
setClearChecksums
public void setClearChecksums(boolean clearChecksums) -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getUser
-
setUser
-
getPassword
-
setPassword
-
getDriverClassName
-
setDriverClassName
-
getUrl
-
setUrl
-
getLabelFilter
-
setLabelFilter
-
getParameters
-
setParameters
-
getRollbackFile
-
setRollbackFile
-
isTestRollbackOnUpdate
public boolean isTestRollbackOnUpdate() -
setTestRollbackOnUpdate
public void setTestRollbackOnUpdate(boolean testRollbackOnUpdate) -
getTag
-
setTag
-
getShowSummary
-
setShowSummary
-
getShowSummaryOutput
-
setShowSummaryOutput
-
getUiService
-
setUiService
-