From b374c288fae4b16051eb4895f12133c10d10e36d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Apr 2016 10:52:23 +0200 Subject: [PATCH] Fix configuration location --- .../src/{test => main}/resources/application.properties | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spring-boot-samples/spring-boot-sample-data-couchbase/src/{test => main}/resources/application.properties (100%) diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/src/test/resources/application.properties b/spring-boot-samples/spring-boot-sample-data-couchbase/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-couchbase/src/test/resources/application.properties rename to spring-boot-samples/spring-boot-sample-data-couchbase/src/main/resources/application.properties