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

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

java.lang.NoSuchMethodError: org.springframework.core.KotlinDetector.isKotlinReflectPresent_第1张图片

解决方案:

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

 

转载于:https://www.cnblogs.com/vwater/p/10451097.html

你可能感兴趣的:(java.lang.NoSuchMethodError: org.springframework.core.KotlinDetector.isKotlinReflectPresent)