tkmybatis authoritative guide official document

The company is still using tkmybatis. It has been upgraded recently and there are some bugs. I hereby record it.

When a bug occurred, I looked for the log at the first time, and then thought about looking for official information. Baidu and Google directly searched for tkmybatis but could not find official information.

MAVEN official jar package

First look on maven: search keywords: tk.mybatis

https://mvnrepository.com/artifact/tk.mybatis

Just use Mapper Spring Boot Starter for the springboot project

Ordinary projects use the second

Where is the official information of tkmybatis?

There is author information in the source code: Author:liuzh

So go to github to find this great god

abel533 (Liuzh) · GitHub

So I found the project: https://github.com/abel533/Mapper

The first big title: MyBatis Universal Mapper4

Find the wiki:

Guess you like

Origin blog.csdn.net/m0_67393827/article/details/126812225