idea报错: 程序包lombok.extern.slf4j不存在
idea报错: 程序包lombok.extern.slf4j不存在问题解决办法:原因问题gradle项目: ,junit运行报错解决办法:改成如下:原因参考:in a pure java/kotlin project , building and running by means of the IDE might be faster,thanks to optimization...
·
问题
gradle项目: ,junit运行报错
解决办法:
改成如下:

原因

参考:
in a pure java/kotlin project , building and running by means of the IDE might be faster,thanks to optimizations . Note , that the IDE doesnt support all Gradle plugins and the project might not be built correctly with some of them.
在纯java/kotlin项目中,通过IDE构建和运行可能更快,这得益于优化。注意,IDE不支持所有的Gradle插件,并且项目可能不能正确地使用其中的一些插件来构建
更多推荐



所有评论(0)