baomidou / mybatis-plus

An powerful enhanced toolkit of MyBatis for simplify development
https://baomidou.com
Apache License 2.0
16.42k stars 4.31k forks source link

自定义IKeyGenerator通过@Bean方式配置不生效 #518

Closed duans0217 closed 6 years ago

duans0217 commented 6 years ago

当前使用版本(必须填写清楚,否则不予处理)

mybatisplus-spring-boot-starter 1.0.5 mybatis-plus 2.3

该问题是怎么引起的?(请使用最新版(具体版本查看CHANGELOG.md),如还有该问题再提 issue!)

自定义IKeyGenerator通过@Bean方式配置不生效,只能通过 mybatis-plus.global-config.key-generator=com.baomidou.mybatisplus.incrementer.OracleKeyGenerator 这个版本没有从自动从bean工厂拿吗?

重现步骤

报错信息

miemieYaho commented 6 years ago

你用的 bootstart 是上古版本,使用如下版本 http://mvnrepository.com/artifact/com.baomidou/mybatis-plus-boot-starter/2.3.2

duans0217 commented 6 years ago

多谢,更新版本后可以了。