【问题标题】:How to enable UI for flowable?如何为 flowable 启用 UI?
【发布时间】: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


    【解决方案1】:

    不,你不能。因为 Flowable Engine 和 REST API 包装器 (flowable-rest.war) - 是核心产品。但是,flowable-ui.war,是一个独立的产品,用于展示 Flowable 的能力,以及使用 AngularJS 实现的内部 UI 部分。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-09-05
      • 2020-05-19
      • 2016-10-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-12-07
      相关资源
      最近更新 更多