대시보드
저장소
filestore
액티비티
검색
로그인
~jhpark
/
owl-kisa
OWL ITS + 탐지시스템(인터넷 진흥원)
요약
커밋
트리
문서
포크
비교
blame
|
히스토리
|
raw
- api로 이슈 추가 시 사용자정의필드 타입으로 체크 => 정규식표현검사로 체크로 변경
minhee
2022-03-15
3c54a4671cf489fd2c32e24685338bc3590e8d4b
[~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>