You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if /etc/contrast-finder/contrast-finder.conf
file is missing, the webapp fails to start.
By default, Spring will throw an exception if it could not find a properties file or could not resolve a placeholder. That cause the application fails to start.
Observed behaviour
if /etc/contrast-finder/contrast-finder.conf
file is missing, the webapp fails to start.
Solution
Ignoring exceptions
source: http://www.codejava.net/frameworks/spring/reading-properties-files-in-spring-with-propertyplaceholderconfigurer-bean#IgnoringExceptions
Empty default value
source: http://blog.codeleak.pl/2015/09/placeholders-support-in-value.html
The text was updated successfully, but these errors were encountered: