mybatis-flex / mybatis-flex

mybatis-flex is an elegant Mybatis Enhancement Framework
https://mybatis-flex.com
Apache License 2.0
1.88k stars 180 forks source link

MybatisFlexAutoConfiguration疑问 #47

Closed daihy8759 closed 1 year ago

daihy8759 commented 1 year ago

mybatis默认会创建SqlSessionFactory吧,这个bean是不是没办法初始化 图片

带来的问题就是一些配置没办法生效,例如configurationCustomizers,数据库类型读取等等

Suomm commented 1 year ago

自定义 SqlSessionFactoryBean 参阅: https://github.com/mybatis-flex/mybatis-flex/blob/main/mybatis-flex-spring-boot-starter/src/main/java/com/mybatisflex/spring/boot/SqlSessionFactoryBeanCustomizer.java

yangfuhai commented 1 year ago

新版本验证已无此问题。