Spring-boot custom deployment for production

Hello!

I am reading the resources about installation of Camunda, and I want to ask some questions. So I want to make a fresh Camunda deployment for a production service. I have read that using a spring-boot project, I can have more flexibility on the rest api endpoints (I can create new(?)). |

So, in my understanding, the plan is that instead of using one of the create Camunda distributions (Camunda Run, Tomcat), I will create a java project which then I must containerize (in the case of Docker)?

A little general questions but I am a little bit confused.

Moreover, can you point out some more important things to consider for deploying a custom Camunda application?

Thank you and I appreciate your answers!