mybatis-spring-3.0.2
·
631 commits
to master
since this release
Here is the complete list of changes.
🐛 Bug Fixes
⚡ Enhancements
- Support appendable method on
SqlSessionFactoryBean#816 (@uxfix) - Change the event type that listen to in
SqlSessionFactoryBeantoContextRefreshedEvent#797 (@SkyAndCode)
♻️ Polishing
- Use the
TransactionSynchronizationinstead ofTransactionSynchronizationAdapter#819