Allow WebApplicationType to be deduced in a native image
Closes gh-31217pull/31230/head
parent
44a8e91b9e
commit
5f54289e97
@ -1,4 +1,5 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.boot.logging.logback.LogbackRuntimeHintsRegistrar
|
||||
org.springframework.boot.logging.logback.LogbackRuntimeHintsRegistrar,\
|
||||
org.springframework.boot.WebApplicationType.WebApplicationTypeRuntimeHintsRegistrar
|
||||
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor=\
|
||||
org.springframework.boot.context.properties.ConfigurationPropertiesBeanFactoryInitializationAotProcessor
|
Loading…
Reference in New Issue