Added GraalVM resource-config.json to support HAL Explorer in native images.

Fixes #2025.
This commit is contained in:
Oliver Drotbohm
2021-06-17 20:15:39 +02:00
parent 64c349d04a
commit c90e542ad4

View File

@@ -0,0 +1,5 @@
{
"resources" : [
{ "pattern" : "META-INF/spring-data-rest/hal-explorer/.*" }
]
}