Files
eapim-admin/WebContent/WEB-INF/sqlmap-config/mariadb/sqlMapConfigForIMA.xml
T
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

21 lines
539 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sqlMapConfig PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
"http://ibatis.apache.org/dtd/sql-map-config-2.dtd">
<sqlMapConfig>
<settings
cacheModelsEnabled="true"
enhancementEnabled="true"
lazyLoadingEnabled="true"
maxRequests="512"
maxSessions="128"
maxTransactions="32"
useStatementNamespaces="true" />
<!-- 대외상태정보 동기화 -->
<!-- sqlMap
resource="com/eactive/eai/rms/oracle/common/dao/IMA.xml" /-->
</sqlMapConfig>