Commit f3648d6f authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x'

Closes gh-24030
parents a1af9964 e83f3f40
......@@ -95,7 +95,8 @@ public class DataSourceProperties implements BeanClassLoaderAware, InitializingB
private String jndiName;
/**
* Initialize the datasource with available DDL and DML scripts.
* Mode to apply when determining if DataSource initialization should be performed
* using the available DDL and DML scripts.
*/
private DataSourceInitializationMode initializationMode = DataSourceInitializationMode.EMBEDDED;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment