Cockpit in spring boot alone application

Hello.
I have my camunda engine in spring boot applications deployed as a service and i need to start a simple boot application with cockpit dependency connecting in thats services.
I din’t find in the documentation how to do this.
Does someone can help me?
Thanks in advanced.

I have a template which contains a aio module -> spring boot in memory with engine-rest & webapps.

Hi PhilippHeuer, i saw your repository but in your 4 projects i didn’t find what i really need.
That is a spring boot application with only cockpit embeddable.

Anyway, thanks a lot.

Just add the webapp dependency: https://github.com/PhilippHeuer/camunda-template/blob/master/package-boot-aio/build.gradle#L16
Thats the only thing you have to do. Except for maybe configuring the webapp admin user or sth. like that