diff --git a/spring-data-rest-hal-explorer/src/main/resources/META-INF/spring-devtools.properties b/spring-data-rest-hal-explorer/src/main/resources/META-INF/spring-devtools.properties new file mode 100644 index 000000000..4293cda9a --- /dev/null +++ b/spring-data-rest-hal-explorer/src/main/resources/META-INF/spring-devtools.properties @@ -0,0 +1 @@ +restart.include.spring-data-rest-webmvc:/spring-data-rest-hal-explorer-[\\w-\\.]+\.jar diff --git a/spring-data-rest-webmvc/src/main/resources/META-INF/spring-devtools.properties b/spring-data-rest-webmvc/src/main/resources/META-INF/spring-devtools.properties new file mode 100644 index 000000000..367ff44f9 --- /dev/null +++ b/spring-data-rest-webmvc/src/main/resources/META-INF/spring-devtools.properties @@ -0,0 +1 @@ +restart.include.spring-data-rest-webmvc:/spring-data-rest-webmvc-[\\w-\\.]+\.jar