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.
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