6 changed files with 8 additions and 7 deletions
@ -1,4 +1,2 @@ |
|||||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\ |
org.springframework.aot.hint.RuntimeHintsRegistrar=\ |
||||||
org.springframework.security.web.aot.hint.WebMvcSecurityRuntimeHints,\ |
org.springframework.security.web.aot.hint.WebMvcSecurityRuntimeHints |
||||||
org.springframework.security.web.aot.hint.UserCredentialRuntimeHints,\ |
|
||||||
org.springframework.security.web.aot.hint.PublicKeyCredentialUserEntityRuntimeHints |
|
||||||
|
|||||||
@ -0,0 +1,3 @@ |
|||||||
|
org.springframework.aot.hint.RuntimeHintsRegistrar=\ |
||||||
|
org.springframework.security.web.webauthn.aot.UserCredentialRuntimeHints,\ |
||||||
|
org.springframework.security.web.webauthn.aot.PublicKeyCredentialUserEntityRuntimeHints |
||||||
Loading…
Reference in new issue