【发布时间】:2022-08-18 22:28:59
【问题描述】:
我的下载目录中有完整的 Springboot 应用程序项目,但是当我将该项目移动到另一个目录时,例如:C:/User/Documents 文件夹它仍在运行但给我视觉错误。 it shows the classes are not imported even though they are and application is still running fine
https://i.stack.imgur.com/8Bmuy.png
我确定是什么原因。 PS:我使用 git。作为该项目的版本控制,不确定是否是因为我在该项目位于“下载”文件夹时初始化了 git。
如果有人知道解决方案,请告诉我。 谢谢
标签: java spring-boot directory