Skip to content

Commit

Permalink
Apply a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Jun 25, 2015
1 parent e04565f commit adf9b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-app/src/main/resources/mybatis-config.xml
Expand Up @@ -24,8 +24,8 @@
</typeAliases>

<typeHandlers>
<package name="sample.infra.mybatis.typehandler" />
<!--<typeHandler handler="sample.infra.mybatis.typehandler.DateTimeTypeHandler" />-->
<!--<package name="sample.infra.mybatis.typehandler" />-->
<typeHandler handler="sample.infra.mybatis.typehandler.DateTimeTypeHandler" />
</typeHandlers>

</configuration>

0 comments on commit adf9b24

Please sign in to comment.