DataSource

The application requires a DataSource to create connections to the database. It is obtained through JNDI under the name specified by the dataSource.jndiName property in application.properties.

DatabaseUtils provides a convenience method for obtaining java.sql.Connections from the DataSource.

Related topics

DatabaseUtils