1. idea gradle lombok无效问题
idea已经安装lombok插件,项目并引入了lombok依赖包。
但是编译后的class文件中依然没有get、set方法。
最后解决方式:依赖项中也需要引入annotationProcessor
2. idea编译mybatis源码
license-maven-plugin插件java.lang.RuntimeException: Could not compute the year of the last git commit for file。
只需在工程目录下 git init创建git仓库即可
3.spring5源码编译问题
checkStyleNohttp failed: 在build.gradle中屏蔽nohttp插件和配置。
checkStyleMain failed: 将src中checkStyle.xml中的监测module都清空掉。
4. idea报插件无法从maven仓库中下载
避免离线模式。