Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在开发 Micronaut 应用程序期间,我希望能够检查 H2 数据库。通常,当我在 Grails 中使用 H2 时,我可以通过浏览器访问客户端,但对于 Micronaut,我似乎找不到绑定到 H2 客户端的 URL。我可以看到我的数据库 URL 是jdbc:h2:mem:default.
jdbc:h2:mem:default
在基本的 Micronaut 应用程序中创建 H2 数据库时,有没有办法通过我的 Web 浏览器查看它?
此功能尚未实现。如果您希望将来出现,请提出问题