spring-boot/spring-boot
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 Move ModifiedClassPathRunner to its own module 2016-11-18 17:27:54 -08:00