polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1116 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
321dc8323e
commit
d3b2c8d099
|
|
@ -18,7 +18,7 @@ package org.springframework.jdbc.datasource.embedded;
|
|||
import javax.sql.DataSource;
|
||||
|
||||
/**
|
||||
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQLdb or H2.
|
||||
* Encapsulates the configuration required to create, connect to, and shutdown a specific type of embedded database such as HSQL or H2.
|
||||
* Create a implementation for each database type you wish to support; for example HSQL, H2, or some other type.
|
||||
* @author Keith Donald
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue