Hi All,
Is there an Jive API which provides datasource as reference ?
The puropose of getting datasources as reference I would like to pass this to spring jdbcTemplate constrctor -args
JdbcTemplate(DataSource dataSource)
Construct a new JdbcTemplate, given a DataSource to obtain connections from.
I am using Jive sbs 4.5.7 version
Thanks!