How can i connect H2 embedded DB to Java Maven Project

Good afternoon,
i watched the following tutorial https://youtu.be/HxtZf5VD6lQ?si=CG97y186ZwJu6MUj and built the project. I’m currently using the camunda-bpm-wildfly-7.16.0 standalone version; my question is how can i connect the h2 database to my java project because i want to create personal tables in the db and working with them. Thank you for your help

Hello my friend!

This official Camunda documentation link below will help you configure your H2 database as desired in your standalone application.

Look at this session:

I hope this helps.

William Robert Alves

Thank you very much, tomorrow i’m gonna try it.