Hi, I have SPRING_DATASOURCE_USERNAME and PASSWORD environment variables defined
In a spring boot app, I defined a in memory db in application.yml file I specified username: sa, and gave no password. For one day it worked fine. The next day onwards I was unable to login via http://localhost:8080/h2-console. when I debug and step through h2 code, I realized it defined a username and password using the above environment variables instead of sa Is this expected behavior or bug? thanks Manas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/8f7dd0cf-5d47-4cca-b219-108d4753d6d1n%40googlegroups.com.
