<!-- \r
<jdbc:embedded-database id="dataSource" type="H2" />\r
-->\r
- <beans profile="default,development,integration,preproduction,production">\r
- <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">\r
- <property name="driverClassName" value="org.h2.Driver" />\r
- <property name="url" value="jdbc:h2:mem:mybatis_example;INIT=create schema if not exists mybatis_example\;SET SCHEMA mybatis_example;MODE=DB2;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE" />\r
- <property name="username" value="mybatis" />\r
- <property name="password" value="" />\r
- </bean>\r
- </beans>\r
+ <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">\r
+ <property name="driverClassName" value="org.h2.Driver" />\r
+ <property name="url" value="jdbc:h2:mem:mybatis_example;INIT=create schema if not exists mybatis_example\;SET SCHEMA mybatis_example;MODE=DB2;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE" />\r
+ <property name="username" value="mybatis" />\r
+ <property name="password" value="" />\r
+ </bean>\r
\r
</beans>\r