无法连接到 Intellij 中的 h2 数据库

Cannot connect to h2 database in Intellij

我试图在 Intellij IDEA 中遵循本教程 tutorial 但是当我尝试连接到 h2 数据库时,控制台向我显示错误:

 Connection is broken: "java.net.ConnectException: Connection refused: connect: localhost:9092" 
        java.net.ConnectException: Connection refused: connect.

我需要做什么才能建立连接?

提前致谢

问题出在 url,它需要指向您的应用程序的路径: jdbc:h2:file:C:\Users\romul\IdeaProjects\raspberryAwards;MV_STORE=假;AUTO_SERVER=真