【发布时间】:2022-12-15 13:24:40
【问题描述】:
是否可以使用 flowable 引擎将 ui 工具添加到现有的 spring boot 应用程序中? 添加了依赖项,但 spring 抱怨资源未找到(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'
【问题讨论】:
标签: spring-boot flowable