Skip to content

Commit c90e542

Browse files
committed
Added GraalVM resource-config.json to support HAL Explorer in native images.
Fixes #2025.
1 parent 64c349d commit c90e542

File tree

1 file changed

+5
-0
lines changed
  • spring-data-rest-hal-explorer/src/main/resources/META-INF/native-image/org.springframework.data/spring-data-rest-hal-explorer

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"resources" : [
3+
{ "pattern" : "META-INF/spring-data-rest/hal-explorer/.*" }
4+
]
5+
}

0 commit comments

Comments
 (0)