From a program, I created a H2 database without specifying any user or password in the JDBC URL.
Now I\'m trying to access that database with the Script tool. The doc sa
In your application.properties file please add
spring.datasource.username=username spring.datasource.password=password
hope it helps