Adding Form Engine and DMN engine in Spring boot

HI, I tried to use flowable form engine and dmn engine in my spring-boot project. After adding the dependencies. I am getting :
2017-08-01 16:26:50.048 WARN 16171 — [ main] o.s.w.c.s.GenericWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration$LiquibaseConfiguration’: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Cannot find changelog location: class path resource [db/changelog/db.changelog-master.yaml] (please add changelog or check your Liquibase configuration)

Can anyone tell me how to resolve this?

1 Like

See How to integrate flowable-form-engine to a spring-boot application