zioinfo-mail/workspace/zioinfo-esn/ESN_DAEMON_LGIT/bin/main/mybatis-config.xml
DESKTOP-TKLFCPR\ython 371f77e7ab
Some checks failed
GUARDiA CI / Python Lint & Import Test (push) Has been cancelled
GUARDiA CI / Validate Install Scripts (push) Has been cancelled
GUARDiA CI / PR Validation Summary (push) Has been cancelled
fix(enhance-v4): APK QR 버그 수정 + 웹메일 라우터 수정
2026-06-02 20:23:55 +09:00

29 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE configuration
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-config.dtd">
<configuration>
<settings>
<setting name="mapUnderscoreToCamelCase" value="false"/>
</settings>
<typeAliases>
</typeAliases>
<typeHandlers>
<package name="com.northbr.esn.daemon.handler"/>
</typeHandlers>
<mappers>
<mapper resource="mapper/TestMapper.xml"/>
<mapper resource="mapper/FileMapper.xml"/>
<mapper resource="mapper/UserMapper.xml"/>
<mapper resource="mapper/TeMapper.xml"/>
<mapper resource="mapper/HCoreMapper.xml"/>
<mapper resource="mapper/PosCvtMapper.xml"/>
<mapper resource="mapper/HistoryMapper.xml"/>
<mapper resource="mapper/GroupMapper.xml"/>
<mapper resource="mapper/StoreMapper.xml"/>
<mapper resource="mapper/AlarmMapper.xml"/>
<mapper resource="mapper/WebMapper.xml"/>
</mappers>
</configuration>