java - 无法访问 camunda 驾驶舱页面

标签 java spring-boot camunda

我正在使用 spring boot camunda 构建一些 wf。

我的所有流程都正常,但我无法访问 camunda 驾驶舱界面。

我将 url 添加到 WebConfig.java 以通过 .antMatchers("/camunda/app/**").permitAll() 禁用身份验证。

现在我有 200 OK 但有一个白页和以下错误:

GET http://localhost:8083/camunda/app/admin/default/setup/
net::ERR_CONTENT_LENGTH_MISMATCH 200

知道为什么会发生这种情况以及如何解决吗?

最佳答案

你可以尝试点击“http://localhost:8080”吗 如果提供了上下文路径,“http://localhost:8080/${contextPath}”,这应该会引导您进入驾驶舱网络用户界面。

关于java - 无法访问 camunda 驾驶舱页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65122814/

相关文章:

java - spring-data repository自定义查询

spring-boot - Camunda 网络应用程序拒绝在本地主机上连接

java - 在集成测试之前运行主 springboot 应用程序

JavaFX Click 通过叠加堆栈 Pane

spring - 具有自定义响应 header 的响应式(Reactive)文件 Controller

java - Java调用BPMN流程

java - REST 服务任务

java - 鼠标单击时未绘制线条

java - 关于日期格式

java - Redis PubSub 与 Jedis 重新连接