1)成功集成了"embedded- Spring -rest“示例Camunda项目和Spring Security。现在我正在为如何将Camunda Tasklist/Cockpit/Admin模块与前者("embedded- Spring -rest“+Spring security)集成而苦苦挣扎。我找不到任何例子。
2)我还试图绕过Camunda用户身份验证,以便使用Spring Security中的用户上下文(登录)。
是否有人在1)或2)中做到了类似的事情,或者有相关的例子吗?
发布于 2016-09-02 14:52:06
我不能完全确定你到底想要打包什么--以及如何打包。但是Spring Boot Starter社区扩展(https://github.com/camunda/camunda-bpm-spring-boot-starter)可以提供一些指导。它通过Webjar启动Camunda Webapp,作为Spring Boot的一部分。
干杯,伯恩德
https://stackoverflow.com/questions/39271457
复制相似问题