目录

springboot-bug

目录

springboot-bug

spring boot :3.2.6

该版本不与mybatis框架兼容,所以使用该版本时,请注意JDBC框架,要不然你会疑问,明明自己映射是对的,实体类是对的,各种东西都配好了,但就是报错,这是因为SpringBoot 3.2.6不兼容mybatis

https://i-blog.csdnimg.cn/direct/583a79274e674a9d8d726d8c3a75fa32.png

目前3.3.9和3.0之前的版本均可兼容,其余待参考