cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure Oracle database in Activiti in Spring Boot Project

somireddyjonnal
Champ in-the-making
Champ in-the-making
Hi ,

I am using Activiti workflow engine in my spring boot project. Currently it's using H2 In-Memory database to persist data. I would like to change this database to Oracle. from various posts in internet i found that i have to change settings in 'activiti.cfg.xml ' file. But i am unable to find the same file in my spring boot project. Can anyone please let me know how can i change the Activit database in my spring boot project.

Thanks & Regards
Somi.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
In Spring boot, there is an activiti.properties file where you can change the jdbc parameters.