spring-framework / org.springframework.jdbc.datasource.embedded / EmbeddedDatabaseBuilder / continueOnError

continueOnError

open fun continueOnError(flag: Boolean): EmbeddedDatabaseBuilder

Specify that all failures which occur while executing SQL scripts should be logged but should not cause a failure.

Defaults to false.

Parameters

flag - true if script execution should continue on error

Return
this, to facilitate method chaining

Since
4.0.3