You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to overwrite the default user id and password for the h2 database by providing own credentials. To do so I added to the application.properties file these two lines
I tried to overwrite the default user id and password for the h2 database by providing own credentials. To do so I added to the application.properties file these two lines
spring.datasource.user=myuser spring.datasource.password=pw
Via the h2-console I created that user as well. I can log-on to the database with the new user and its password without any problem.
However, when starting the multiplication service, I am getting this error:
org.h2.jdbc.JdbcSQLInvalidAuthorizationSpecException: Falscher Benutzername oder Passwort Wrong user name or password [28000-214]
How can it be if I can log-on to the console with "myuser" and password = "pw" without any problem?
When removing the two lines from the application.properties file it works again as the defaults apply (no user id, no password).
Thanks for your help,
Matthias
The text was updated successfully, but these errors were encountered: