我尝试用三个模块从idea创建srping应用程序:项目的结构是
aggregator |_core |_parent
在每个模块中都有pom.xml我在项目中添加了spring依赖,为什么idea会显示带有can't found错误信息的红线?
发布于 2018-09-03 23:53:31
通过在子模块中手动添加依赖项来解决。
https://stackoverflow.com/questions/52152723
相似问题