Add resource hint for spring.properties
Fixes gh-31270
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.aot.hint.support.KotlinDetectorRuntimeHints,\
|
||||
org.springframework.aot.hint.support.ObjectToObjectConverterRuntimeHints,\
|
||||
org.springframework.aot.hint.support.SpringFactoriesLoaderRuntimeHints
|
||||
org.springframework.aot.hint.support.SpringFactoriesLoaderRuntimeHints,\
|
||||
org.springframework.aot.hint.support.SpringPropertiesRuntimeHints
|
||||
|
||||
Reference in New Issue
Block a user