is it possible to add ui tools to existing spring boot application with flowable engine ? Added dependencies , but spring complains that resources ar not FOUND(404)
implementation group: 'org.flowable', name: 'flowable-spring-boot-starter-ui-task', version: '6.7.2'
implementation group: 'org.flowable', name: 'flowable-spring-boot-starter-process-rest', version: '6.7.2'
implementation group: 'org.flowable', name: 'flowable-spring-boot-starter-ui-admin', version: '6.7.2'
implementation group: 'org.flowable', name: 'flowable-spring-boot-starter-ui-modeler', version: '6.7.2'