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
If boot-2.4-2.5-sql-init-properties gets applied after boot-2.4-2.5-datasource-initializer the properties used in the DataSourceInitializerConfiguration (spring.datasource.schema-...) get changed. This is wrong.
To avoid this probably easiest is to change property names in DataSourceInitializerConfiguration, e.g. to spring.sql.init.schema-username and -password respectively.
Uh oh!
There was an error while loading. Please reload this page.
If
boot-2.4-2.5-sql-init-properties
gets applied afterboot-2.4-2.5-datasource-initializer
the properties used in theDataSourceInitializerConfiguration
(spring.datasource.schema-...
) get changed. This is wrong.To avoid this probably easiest is to change property names in
DataSourceInitializerConfiguration
, e.g. tospring.sql.init.schema-username
and-password
respectively.Originally posted by @fabapp2 in #133 (comment)
The text was updated successfully, but these errors were encountered: