diff --git a/spring-cloud/spring-cloud-bootstrap/svc-rating/src/main/resources/data-h2.sql b/spring-cloud/spring-cloud-bootstrap/svc-rating/src/main/resources/data-h2.sql deleted file mode 100644 index 75fe71f7b4..0000000000 --- a/spring-cloud/spring-cloud-bootstrap/svc-rating/src/main/resources/data-h2.sql +++ /dev/null @@ -1,8 +0,0 @@ -insert into book (id, author, title) values - (1, 1, 1), - (2, 1, 2), - (3, 2, 3), - (4, 2, 4), - (5, 3, 5), - (6, 3, 1), - (7, 3, 2); \ No newline at end of file