761 B
761 B
title, tags, author
| title | tags | author | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MyBatis Flex |
|
|
This article only aims at using
MyBatis Flexin Spring Boot 3
Installation and Configuration
Installation
Add the following codes to libs.versions.toml in gradle :
[versions]
mybatisFlexVersion = "X.Y.Z"
hikariVersion = "X.Y.Z"
[libraries]
hikari = { group = "com.zaxxer", name = "HikariCP", version.ref = "hikariVersion" }
mybatisFlex-processor = { group = "com.mybatis-flex", name = "mybatis-flex-processor", version.ref = "mybatisFlexVersion" }
mybatisFlex-starter = { group = "com.mybatis-flex", name = "mybatis-flex-spring-boot3-starter", version.ref = "mybatisFlexVersion" }