idea右侧有database工具栏,但点击没有在recent files看到数据库相关文件
点击 help-> show log in explorer查看日志
发现显示
2023-11-13 10:28:09,694 [1244376] INFO - #c.i.c.ComponentStoreImpl - Saving appDebuggerSettings took 22 ms
2023-11-13 10:28:11,736 [1246418] INFO - #c.i.c.ComponentStoreImpl - Saving appFileTypeManager took 15 ms
2023-11-13 10:28:11,956 [1246638] WARN - #c.i.i.s.download - Failed to download https://index-cdn.jetbrains.com/v2/mvn/major-version/org.yaml:snakeyaml:1/index.json.xz for MavenLibraryIndexRequest(mvn(org.yaml:snakeyaml:1.28)). Error: Remote host terminated the handshake
IDEA在使用Maven下载依赖时发生连接超时错误,具体表现为无法成功下载某些库。这可能导致项目中的一些依赖项无法获取,影响了IDEA数据库工具窗口显示数据表的功能。
可能的原因包括网络问题或Maven仓库访问配置错误。需要检查网络设置、代理配置或更改Maven仓库源来解决。
上面报错说是网络问题,查询了idea代理以后发现是代理少配置了一个IP。配置并重启后解决了。