Just created a simple spring-boot project from the spring initializer. I went to add a local h2 db for testing and am unable to login. Seems that it cannot create the test d
I had a same problem and I changed the version of Spring Boot to 2.1.3 and it works