mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 09:08:24 +08:00
commit
7f5a4195d3
@ -64,13 +64,13 @@ dependencies {
|
|||||||
**【Kotlin】**
|
**【Kotlin】**
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:1.5.6")
|
annotationProcessor("com.mybatis-flex:mybatis-flex-processor:1.5.6")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
**【Groovy】**
|
**【Groovy】**
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
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
|
```kotlin
|
||||||
dependencies {
|
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
|
```groovy
|
||||||
dependencies {
|
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