spring boot +mybatisplus 添加一个@Select注解时报了这样一个错
Invocation of init method failed; nested exception is java.lang.NoSuchFieldError: INSTANCE
解决是在mybatis-plus-boots-starter的pom中找到mydatis依赖 放到住pom文件中就可以了

spring boot +mybatisplus 添加一个@Select注解时报了这样一个错
Invocation of init method failed; nested exception is java.lang.NoSuchFieldError: INSTANCE
解决是在mybatis-plus-boots-starter的pom中找到mydatis依赖 放到住pom文件中就可以了