升級(jí)jdk21的時(shí)候報(bào)了這個(gè)錯(cuò),我的解決辦法如下
1.升級(jí)lombook版本文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-793719.html
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
</dependency>
2.升級(jí)springboot的版本到3.X文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-793719.html
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
到了這里,關(guān)于java: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!