- 原文:Internal error in the mapping processor: java.lang.NullPointerException: Cannot invoke "java.net.URL.toExternalForm()" because "resource" is null at
- 译文:映射处理器中的内部错误:java。lang.NullPointerException:无法调用“java.net.URL.toExternalForm()”,因为“资源”在org上为null。
- 解决方案:Setting -->Build,Execution,Deployment -->Compiler -->User-local build加上参数:
-Djps.track.ap.dependencies=false - 参考链接:https://blog.csdn.net/kkxuwork/article/details/115295947