diff --git a/spring-data-rest-hal-explorer/src/main/resources/META-INF/native-image/org.springframework.data/spring-data-rest-hal-explorer/resource-config.json b/spring-data-rest-hal-explorer/src/main/resources/META-INF/native-image/org.springframework.data/spring-data-rest-hal-explorer/resource-config.json new file mode 100644 index 000000000..f2648eb84 --- /dev/null +++ b/spring-data-rest-hal-explorer/src/main/resources/META-INF/native-image/org.springframework.data/spring-data-rest-hal-explorer/resource-config.json @@ -0,0 +1,5 @@ +{ + "resources" : [ + { "pattern" : "META-INF/spring-data-rest/hal-explorer/.*" } + ] +}