Add resource hint for spring.properties

Fixes gh-31270
This commit is contained in:
Brian Clozel
2023-09-19 15:57:59 +02:00
parent 4c343ef796
commit 7af9ce4f03
3 changed files with 88 additions and 1 deletions

View File

@@ -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