Deploy groovy file through yaml file

Hi team,
I’m trying to deploy a groovy file through my yaml file in a spring boot project, we’re using a standalone camunda server.
I tried the below line but it doesn’t work for me:
camunda.bpmn.deployment-resource-pattern: ‘classpath*:/.groovy,classpath:/*.bpmn’
thanks in advance

any help here

Hi @gad,

in your example setting is a typo.

The Camunda configuration starts with camunda.bpm, and not camunda.bpmn.

Hope this helps, Ingo