I am wondering if there already exists activiti-webapp-explorer2 compatible with springboot? I took the last activiti-explorer version 5.17.0 from maven and tried to integrate into application, but I haven't found the way to load explorer. Is it possible? Maybe someone already did it and I can find little how-to somewhere?
Yep, that part with activiti engine and REST api already works using spring boot. Now thinking how to run activiti-explorer (web api) better… I though maybe to run it also using spring boot, but found out that you exposing war, but not jar. So maybe better to keep it with the war file, cause not sure if we will do any specific UI customizations soon.