Cannot deploy DMN within springboot project

Hi @Nkosi_M,

Below post might be of help to you

If you are following process application approach then you need to add dmn as a value for additionalResourceSuffixes property

Otherwise you need to add below to your application.yml file

camunda.bpm:
  deployment-resource-pattern:
    - classpath*:**/*.bpmn
    - classpath*:**/*.bpmn20.xml
    - classpath*:**/*.dmn
    - classpath*:**/*.dmn11.xml