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
At current the application config does NOT include a spring.datasource.driverClassName field, and in testing the Pet Store communicating to an RDS MSSQL DB with Secretless, we've discovered this is required.
AC:
Update the app config to allow specifying the spring.datasource.driverClassName via an env var
Update the README to let users know that for MSSQL it requires a specific value
Update the DockerHub with this information as well
The text was updated successfully, but these errors were encountered:
At current the application config does NOT include a
spring.datasource.driverClassName
field, and in testing the Pet Store communicating to an RDS MSSQL DB with Secretless, we've discovered this is required.AC:
spring.datasource.driverClassName
via an env varThe text was updated successfully, but these errors were encountered: