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
Restore local mysql/postgresql DB credentials for bootRun and integration tests
application-mysql.properties/application-postgresql.properties no longer ship
database.username/password/url, since those are packaged into the WAR. bootRun,
the embedded integrationTest auto-start, and the CI external-Tomcat integration
tests (scripts/tomcat/integration_tests_tomcat.sh) all relied on those defaults
to reach the root/changeme database that lib_db_helper.sh boots locally/in CI.
Supply the same values via -D system properties instead, so those flows keep
working without reintroducing the credentials into the shipped artifact.
0 commit comments