is there a way make PropertyPlaceholderConfigurer eagerly check for missing properties so as to fail-fast and not wait for the whole application to boot and fail at the last component with an exception like: "Could not resolve placeholder 'foo.bar'"
thanks in advance,
guven


Reply With Quote