关于GraalVM在本地编译时出现的NoClassDefFoundError错误: org/springframework/boot/logging/LogFile

不停止的错误

NoClassDefFoundError: org/springframework/boot/logging/LogFile

导致

根据使用日志库的方式,可能会发生的情况。

如果不使用spring-logback.xml,通常情况下是没有问题的。因此,应该不会有相关问题发生。

org.springframework.boot:spring-boot-devtools已经被添加到依赖关系中。

将这个从依赖关系中移除后,暂时顺利通过了。

暂且、

developmentOnly 'org.springframework.boot:spring-boot-devtools'

但是,似乎被卷入了bootBuildImage任务中。
bootBuildImage任务可能是在develop范围内运行的。

当我仔细查看文件时,却发现

compileOnly 'org.springframework.boot:spring-boot-devtools'

确实是正确的模样。

事实上,错误已经得到解决。

相关问题

 

logback相关文档

 

广告
将在 10 秒后关闭
bannerAds