mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
改正了注解处理器中的内容,将其修改为正确的注解处理器。
This commit is contained in:
parent
5b7db81fb4
commit
9d543ca654
@ -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