http://localhost:8080/h2.console 无法正常工作,在 Spring Boot 框架中显示为白色标签错误

问题描述 投票:0回答:1

启动服务器后,如果我尝试使用 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    
jpa jdbc
1个回答
0
投票

你能把整个项目上传到git和github中检查一下有什么问题吗?我有一个想法,但为了确保我想准确检查出什么问题。

© www.soinside.com 2019 - 2024. All rights reserved.