From f7ffb017ad27e24df6a0b98cebe92b7b641a4ffc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 29 Mar 2016 09:34:27 +0200 Subject: [PATCH] Relocate static asset Closes gh-5504 --- .../src/main/{webapp => resources/static}/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spring-boot-samples/spring-boot-sample-web-static/src/main/{webapp => resources/static}/index.html (100%) diff --git a/spring-boot-samples/spring-boot-sample-web-static/src/main/webapp/index.html b/spring-boot-samples/spring-boot-sample-web-static/src/main/resources/static/index.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-static/src/main/webapp/index.html rename to spring-boot-samples/spring-boot-sample-web-static/src/main/resources/static/index.html