You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/docs
Dave Syer 8d9c26b2df Switch default to fail on error in SQL initialization
User can switch the behaviour on and off with
spring.datasource.continueOnError:true|false. I decided
not to add an extra nested level of property resolution
because of the existing spring.datasource.schema
(and other properties relating to initialization) because
concision seemed like a good thing with those more common
settings.

Fixes gh-374
11 years ago
..
SCRAPBOOK.md Remove missing links 11 years ago
application.yml Strip trailing whitespace 11 years ago
autoconfig.md Update READMEs to 1.0.0.RC3 11 years ago
howto.md Switch default to fail on error in SQL initialization 11 years ago