spring boot +mybatisplus 添加一个@Select注解时报了这样一个错
Invocation of init method failed; nested exception is java.lang.NoSuchFieldError: INSTANCE
配置文件
server.port=8080
#mysql
spring.datasource.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf8
spring.datasource.username=root
spring.datasource.password=root3306
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
mybatis-plus.check-config-location=true
spring.devtools.restart.enabled=true
spring.activiti.database-schema-update=true
spring.activiti.history-level=full
spring.activiti.db-history-used=true
请各位给我解题思路?谢谢