spring-boot/spring-boot-docs
Stephane Nicoll 2c630b5c61 Validate schema and data resources
Previously, if a user specifies a path to a schema or data DDL that does
not exist, the application will start up fine and the missing DDL would
not be reported.

This commit validates that user-defined resources actually exist and
throw a new `ResourceNotFoundException` if they don't.

Closes gh-7088
2016-12-01 11:52:52 +01:00
..
src Validate schema and data resources 2016-12-01 11:52:52 +01:00
pom.xml Add spring-kafka dependency to spring-boot-docs for Javadoc links 2016-11-22 13:09:15 +00:00