Skip to content

Instantly share code, notes, and snippets.

@fcamblor
Created February 2, 2012 09:18
Show Gist options
  • Save fcamblor/1722519 to your computer and use it in GitHub Desktop.
Save fcamblor/1722519 to your computer and use it in GitHub Desktop.
Spring joda mybatis integration
<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
<property name="dataSource" ref="dataSource" />
<!-- ..... -->
<property name="typeHandlersPackage" value="org.joda.time.mybatis.handlers" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment