https://groups.google.com/g/mybatis-user/c/cat2sbCD3rI?pli=1
spring项目中使用了@Transactional,导致了insert语句执行完之后,无法select查询到结果。需要将insert和select分开成两个事务才能解决。
https://groups.google.com/g/mybatis-user/c/cat2sbCD3rI?pli=1
spring项目中使用了@Transactional,导致了insert语句执行完之后,无法select查询到结果。需要将insert和select分开成两个事务才能解决。