From 5bbb01c071b78366d288bccaf389c86cbd65dd5c Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 10 Jan 2014 08:10:22 +0000 Subject: [PATCH] Move properties file to correct location --- .../{ => src/test}/resources/test.properties | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spring-boot-samples/spring-boot-sample-secure/{ => src/test}/resources/test.properties (100%) diff --git a/spring-boot-samples/spring-boot-sample-secure/resources/test.properties b/spring-boot-samples/spring-boot-sample-secure/src/test/resources/test.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-secure/resources/test.properties rename to spring-boot-samples/spring-boot-sample-secure/src/test/resources/test.properties