mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
polish
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1116 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+1
-1
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user