요약
-
아래의 형태 가능 (since mybatis-spring 2.0.1)
mybatis.type-aliases-package=com.example.**.model mybatis.type-handlers-package=com.example.*.typehandler
-
mybatis-config.xml 에서는 지원하지 않음
- 그냥 mybatis 가 아니라 mybatis-spring에서 지원하는 기능이기 때문
아래의 형태 가능 (since mybatis-spring 2.0.1)
mybatis.type-aliases-package=com.example.**.model
mybatis.type-handlers-package=com.example.*.typehandler
mybatis-config.xml 에서는 지원하지 않음