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
As Stuck said.
Simply remove the semicolon:
wrong: jdbc:h2:mem:testdb; correct: jdbc:h2:mem:testdb