Error:(x,x) java: 程序包com.xxx.xxx不存在

【问题描述】: 项目为SpringBoot 项目多个 module依赖,对子模块进行 compile/install 时出现了依赖的类(此类是自己写的类)不存在。

图片[1] - Error:(x,x) java: 程序包com.xxx.xxx不存在 - MaxSSL

【解决办法】: 将父工程中使用的 springboot插件注释掉,如下代码:

<build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId></plugin></plugins></build>
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享