mybatis-spring-2.0.1
版本发布时间: 2019-04-07 20:24:54
mybatis/spring最新发布版本:mybatis-spring-3.0.4(2024-08-12 05:16:10)
Here is the complete list of changes.
Enhancements
- Output a warning log when
'mapperLocations'
was specified but matching resources are not found #12 - Allow to use
MyBatisPagingItemReader
withoutInitializingBean#afterPropertiesSet
#323 - Allow to specify custom
MapperFactoryBean
class on xml based bean definition #352 - Allow to specify a wildcard at
'typeAliasesPackage'
and'typeHandlersPackage'
#359 - Optimize xsd for ide hints #358
Dependencies Updates
- Upgrade to Spring 5.1.6 #353
- Upgrade to MyBatis 3.5.1 #360
Known Issues in this version
If there is an impact on your application, please suspend the update.
- There is case that fail to register type alias when exists anonymous class #362 (will fix on 2.0.2)