Skip to content

Commit e83f3f4

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-24029
2 parents 28f7bc3 + a8b8f43 commit e83f3f4

File tree

1 file changed

+2
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc

1 file changed

+2
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DataSourceProperties.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ public class DataSourceProperties implements BeanClassLoaderAware, InitializingB
9595
private String jndiName;
9696

9797
/**
98-
* Initialize the datasource with available DDL and DML scripts.
98+
* Mode to apply when determining if DataSource initialization should be performed
99+
* using the available DDL and DML scripts.
99100
*/
100101
private DataSourceInitializationMode initializationMode = DataSourceInitializationMode.EMBEDDED;
101102

0 commit comments

Comments
 (0)