I have master/slave databases and want to parametrize the URL in data access in cda document I want to do something like that if the master is down then changed IP from my web application and route to slave DB or vice versa. "jdbc:mysql://"+${IP}+"/warehouse_dev"
I don't want to write the same query again and again for different data sources