java.lang.NoSuchMethodError: org.springframework.core.KotlinDetector.isKotlinReflectPresent
解决方案:
因为pom.xml中引入了spring-boot-starter-web ,同时pom.xml也引入了spring-core,spring-beans,这里去掉spring-core,spring-beans即可。
spring-boot-starter-web
spring-core
spring-beans