Hi, I am new to Camunda. I would like to create a Spring boot application to expose Camunda REST API in Tomcat or Jetty, but I could not find an example in the https://github.com/camunda/camunda-bpm-examples/ for this. I’ve seen Spring boot examples, but none of them is for REST API, nor created as war file to be loaded by Tomcat or Jetty. I especially interested in seeing how to turn on basic authentication.
Can someone give me a pointer and I would greatly appreciate it.
I am just used to deploy applications like that, so I am looking for example of how to do that. Is that a supported deployment for Camunda REST API application?
However, I tried to set DB connection to MSSQL in application.yaml file, the setting seems to be ignored. Here is the setting I added to application.yaml: