0

我刚刚在 JElastic 中安装了 flowable/all-in-one docker 镜像。访问 server.xxx/flowable-modeler 时会生成重定向http://localhost:8080/flowable-idm/#/login?redirectOnAuthSuccess=true&redirectUrl=http://server.xxx/flowable-modeler/

该实例未在本地安装,因此浏览器可能找不到它。如何管理这些重定向?

非常感谢

4

1 回答 1

1

Looking from the comments the problem is that you can't set the environment variables because they contain -. The Flowable UI Applications use Spring Boot and you can benefit from the Spring Boot Relaxed Binding.

In this case the FLOWABLE_COMMON_APP_IDM_URL can be written like FLOWABLE_COMMON_APP_IDMURL and properly detected by the runtime

于 2019-09-30T09:57:25.197 回答