mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Merge branch '3.5.x'
Closes gh-48106
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ public class SqlInitializationProperties {
|
||||
/**
|
||||
* Whether initialization should continue when an error occurs.
|
||||
*/
|
||||
private boolean continueOnError = false;
|
||||
private boolean continueOnError;
|
||||
|
||||
/**
|
||||
* Statement separator in the schema and data scripts.
|
||||
|
||||
Reference in New Issue
Block a user