启动服务器后,如果我尝试使用 http://localhost:8080/h2.console 打开数据库,则无法正常工作,它会显示白色标签错误。
我尝试过添加
spring.datasource.url=jdbc:h2:file:~/portal;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.username=sa
spring.datasource.password=
spring.datasource.driverClassName=org.h2.Driver
你能把整个项目上传到git和github中检查一下有什么问题吗?我有一个想法,但为了确保我想准确检查出什么问题。