Change flowable libraries

How do I replace Flowable Enterprise libraries with Flowable OSS libraries in spring boot project?

If your using Maven then you just need to update your project’s POM[s].

@Robinyo Could you please tell me what entries need to be added in POM?

You can use the Spring Initializr to configure your project’s dependencies.

Ref: Building your own Flowable Spring Boot application

1 Like