Class FlowableLiquibaseEnvironmentPostProcessor

  • All Implemented Interfaces:
    org.springframework.boot.env.EnvironmentPostProcessor

    public class FlowableLiquibaseEnvironmentPostProcessor
    extends Object
    implements org.springframework.boot.env.EnvironmentPostProcessor
    Needed with Flowable 6.5.0 or higer. For more information, check https://github.com/flowable/flowable-engine/issues/2142
    • Constructor Detail

      • FlowableLiquibaseEnvironmentPostProcessor

        public FlowableLiquibaseEnvironmentPostProcessor()
    • Method Detail

      • postProcessEnvironment

        public void postProcessEnvironment​(org.springframework.core.env.ConfigurableEnvironment env,
                                           org.springframework.boot.SpringApplication app)
        Specified by:
        postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor