Add native image runtime hints.
We provide an initial set of runtime hints required to spin up data repositories on GraalVM native image. Additionally we skip synthetic types during type inspection. Original Pull Request: #2624
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor=\
|
||||
org.springframework.data.aot.SpringDataBeanFactoryInitializationAotProcessor
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.data.aot.DataRuntimeHints
|
||||
|
||||
Reference in New Issue
Block a user