赞
踩
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>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。