mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
1. 在使用了jpa的项目中引入了mybatis-flex后,FlexTransactionAutoConfiguration会初始化一个PlatformTransactionManager,jpa的自动初始化transactionManager就不会执行,但是jpa使用的时候beanName是transactionManager,导致默认情况下会找不到该bean