From 7a21f5ee858e1cdc53155791731d2c8310445a8c Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Fri, 17 Nov 2017 07:22:09 +0100 Subject: [PATCH] Move data.sql - schema.sql (#3067) --- {spring-jpa/src/main => spring-boot/src/test}/resources/data.sql | 0 .../src/main => spring-boot/src/test}/resources/schema.sql | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {spring-jpa/src/main => spring-boot/src/test}/resources/data.sql (100%) rename {spring-jpa/src/main => spring-boot/src/test}/resources/schema.sql (100%) diff --git a/spring-jpa/src/main/resources/data.sql b/spring-boot/src/test/resources/data.sql similarity index 100% rename from spring-jpa/src/main/resources/data.sql rename to spring-boot/src/test/resources/data.sql diff --git a/spring-jpa/src/main/resources/schema.sql b/spring-boot/src/test/resources/schema.sql similarity index 100% rename from spring-jpa/src/main/resources/schema.sql rename to spring-boot/src/test/resources/schema.sql