当我启动STS(Spring Tool Suite)时,它会显示在Servers /文件夹旁边:
service firebase.storage {
match /b/image-view-b1cf5.appspot.com/o {
match /{allPaths=**} {
// Allow access by all users
allow read, write;
}
}
}
和文件夹中的问号图标(这似乎是一个问题...)
这意味着什么?
如果这是一个问题,我该如何解决?
干杯,
答案 0 :(得分:0)
在我的情况下,我有一个项目目录,我链接到远程存储库(自托管Gitlab)但不知何故,当我在STS中启动项目时,它没有自动/检测我的git配置。
我的解决方案[在STS中]: