====== DBeaver ====== Loads the drivers automagically. Reaching the internal H2 db is easy with DBeaver {{https://lh3.googleusercontent.com/-R3BK8K4IT8w/Ws-FUVoA1RI/AAAAAAAAAIc/lI8WgKIeQuoB4C-I2Y8nGyPn6ol2v8WGACHMYCw/s0/2018-04-12_18-12-01.png}} Spring configs spring.datasource.url=jdbc:h2:mem:dbname spring.datasource.driverClassName=org.h2.Driver spring.datasource.username=mydbuser spring.datasource.password=mydbpass spring.jpa.hibernate.ddl-auto=create