spring-boot-starter
spring-boot-starter copied to clipboard
MyBatis integration with Spring Boot
Spring Boot 3.5 or later can not use Mybatis
There is a repo http://github.com/mybatis/redis-cache/, but not integrate with spring boot
use micrometer add metrics: execute time of `Executor#query` , type is `summary` ,and tag `sqlId` (more like mapper`s method). so, monitor sql execute like `http`.  If you need. i...