12 lines
605 B
XML
12 lines
605 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2.xsd">
|
|
|
|
<!-- SqlMap setup for iBATIS Database Layer -->
|
|
<!-- <bean id="sqlMapClient" class="egovframework.rte.psl.orm.ibatis.SqlMapClientFactoryBean">
|
|
<property name="configLocation" value="classpath:/egovframework/sqlmap/example/sql-map-config.xml"/>
|
|
<property name="dataSource" ref="dataSource"/>
|
|
</bean> -->
|
|
|
|
</beans>
|