Refine build time init configuration

For Spring MVC and RestTemplate.

See gh-28518
This commit is contained in:
Sébastien Deleuze
2022-06-03 17:18:41 +02:00
parent 0992f855e6
commit 2b76a12b86
3 changed files with 7 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
Args = --initialize-at-build-time=org.springframework.aot.AotDetector,\
org.springframework.core.NativeDetector
org.springframework.core.NativeDetector,\
org.springframework.util.ConcurrentReferenceHashMap,\
org.springframework.core.SpringProperties,\
org.springframework.util.ClassUtils