I would like to view in a web browser the content of the H2 database started by Spring thanks to the following configuration:
When you use the an embeddeb with the xml jdbc configuration the default name of the database is 'testdb'
Try to use in your url connection:
jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1