Class FormLiquibaseAutoConfiguration

java.lang.Object
com.ritense.form.autoconfigure.FormLiquibaseAutoConfiguration

@Configuration
@ConditionalOnClass(javax.sql.DataSource.class)
public class FormLiquibaseAutoConfiguration
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FormLiquibaseAutoConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    com.ritense.valtimo.contract.config.LiquibaseMasterChangeLogLocation formLiquibaseMasterChangeLogLocation()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • formLiquibaseMasterChangeLogLocation

      @Order(-2147483638) @Bean @ConditionalOnMissingBean(name="formLiquibaseMasterChangeLogLocation") public com.ritense.valtimo.contract.config.LiquibaseMasterChangeLogLocation formLiquibaseMasterChangeLogLocation()