How Can I test my DMN by deploying it in spring boot

Hello @all
I have certain workflow, So as a developer I want to call a workflow with DMN so that I can handle multi-condition/multiple workflows.
Depending On the conditions in an DMN I am calling different workflow
so How can I achieve this with spring boot application. and also how can I deploy DMN an spring boot application?

NOTE: I Don’t want to integrate BPMN with DMN