configuration:
org.springframework.boot
spring-boot-starter-parent
2.1.9.RELEASE
dependency:
org.flowable
flowable-spring-boot-starter-rest
6.5.0
The bean ‘processService’ could not be registered. A bean with that name has already been defined in file
Why: Because I already have a bean with that name in my project.
Would it not be preferable if flowable used a bit more specific names to register itself with spring?
Kind regards,
B;