Refine build time init configuration
For Spring MVC and RestTemplate. See gh-28518
This commit is contained in:
parent
0992f855e6
commit
2b76a12b86
|
@ -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
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Args = --initialize-at-build-time=org.springframework.http.HttpStatus
|
||||
Args = --initialize-at-build-time=org.springframework.http.HttpStatus,\
|
||||
org.springframework.web.client.RestTemplate
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Args = --initialize-at-build-time=org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
|
Loading…
Reference in New Issue