대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
- api 이슈 추가 기능 완료
jhjang
2021-12-01
a42f592181c23cb1d84d5b66b4b165aa855d57e2
[~jhpark/owl-kisa.git]
/
src
/
main
/
resources
/
mybatis
/
config
/
mybatis-config.xml
1
2
3
4
5
6
7
8
9
<?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>
<typeHandlers>
<typeHandler handler="kr.wisestone.owl.domain.support.ZonedDateTimeTypeHandler"/>
</typeHandlers>
</configuration>