zl程序教程

您现在的位置是:首页 >  后端

当前栏目

Exception in thread “main“ java.lang.IllegalArgumentException: Cannot instantiate interface org.spri

JAVA in Cannot org thread lang Exception main
2023-09-14 09:05:04 时间

Caused by: java.lang.NoClassDefFoundError: org/springframework/core/NativeDetector

 

springboot版本升级后就可以了

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.7.0</version>
</parent>