Skip to content

Commit

Permalink
Merge branch '2.2.x' into 2.3.x
Browse files Browse the repository at this point in the history
Closes gh-24029
  • Loading branch information
wilkinsona committed Nov 4, 2020
2 parents 28f7bc3 + a8b8f43 commit e83f3f4
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 e83f3f4

Please sign in to comment.