0

Will Mybatis support Spring Boot 2.5? Currently Mybatis Framework is shown as an unsupported Dependency on the Spring initializer Site for Spring Boot 2.5.0 M1 release.

Phalgu
  • 3
  • 1

2 Answers2

1

Yes, it will once it reaches GA.
'M1' means it still is a milestone release.
See this answer for the details.

ave
  • 3,244
  • 2
  • 14
  • 20
0

Even 2.5.0 GA can not choose Mybatis Framework In Initializr, but I hear it is preparing now.

Besides, I can still use it by adding mybatis-spring-boot-starter to dependencies.