改正了注解处理器中的内容,将其修改为正确的注解处理器。

This commit is contained in:
CloudPlayer 2023-08-14 21:10:09 +08:00
parent 5b7db81fb4
commit 9d543ca654

View File

@ -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'
}
```