java.lang.NoSuchMethodError: org.springframework.core.KotlinDetector.isKotlinReflectPresent

java.lang.NoSuchMethodError: org.springframework.core.KotlinDetector.isKotlinReflectPresent

解决方案:

  因为pom.xml中引入了spring-boot-starter-web ,同时pom.xml也引入了spring-corespring-beans,这里去掉spring-corespring-beans即可。 

 

posted @ 2019-02-28 16:12  vwater  阅读(14965)  评论(1)    收藏  举报