How to connect to another database than the default
Confluence User - 23 Mar, 2023
I want to make sql server queries through an AppUtil.getApplicationContext().getBean but I don't know how it really works
DataSource ds = (DataSource)AppUtil.getApplicationContext().getBean("setupDataSource"); con = ds.getConnection();
database;change_data;server;user