Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
Closes gh-24030
  • Loading branch information
wilkinsona committed Nov 4, 2020
2 parents a1af996 + e83f3f4 commit f3648d6
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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;

Expand Down

0 comments on commit f3648d6

Please sign in to comment.