mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
commit
7f5a4195d3
@ -64,13 +64,13 @@ dependencies {
|
||||
**【Kotlin】**
|
||||
```kotlin
|
||||
dependencies {
|
||||
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:1.5.6")
|
||||
annotationProcessor("com.mybatis-flex:mybatis-flex-processor:1.5.6")
|
||||
}
|
||||
```
|
||||
|
||||
**【Groovy】**
|
||||
```groovy
|
||||
dependencies {
|
||||
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:1.5.6'
|
||||
annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.5.6'
|
||||
}
|
||||
```
|
||||
|
||||
@ -28,7 +28,7 @@ plugins {
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
kapt("org.springframework.boot:spring-boot-configuration-processor:1.5.6")
|
||||
kapt("com.mybatis-flex:mybatis-flex-processor:1.5.6")
|
||||
}
|
||||
```
|
||||
|
||||
@ -36,7 +36,7 @@ dependencies {
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
kapt 'org.springframework.boot:spring-boot-configuration-processor:1.5.6'
|
||||
kapt 'com.mybatis-flex:mybatis-flex-processor:1.5.6'
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user