대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
대시보드 - 멤버별 진행률 완료 및 오류 수정
이민희
2021-12-01
eee313007ce5c4f0879d764d56d3a1ba93f6fb37
[~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>