Why does the H2 console in Spring Boot show a blank screen after logging in?

前端 未结 4 1273
故里飘歌
故里飘歌 2020-12-29 02:07

I\'m using Spring Boot 1.4.1 with the H2 database. I have enabled the H2 console as described in the reference guide by adding the following lines to my application.propert

4条回答
  •  旧巷少年郎
    2020-12-29 02:23

    Along with the answer by @pacoverflow note the following:

    As of Spring Boot 2.3.4. The DB Name is printed in the console: Connect using that DB name:

提交回复
热议问题