The target DataSource is returned instead of a {@link EmbeddedDatabase} proxy since the FactoryBeanwill manage the initialization and destruction lifecycle of the database instance.
Implements DisposableBean to shutdown the embedded database when the managing Spring container is shutdown. @author Keith Donald @author Juergen Hoeller @since 3.0
|
|
|
|