Direct configuration injection (won’t reload as config changes)
String defaultQuery = configurationProvider.getProperty("search.defaultQuery", String.class); | |
if(queryEmpty()) { | |
return defaultQuery; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment