From d42d2665836e97e06cb94adf8a927e8ddf51b498 Mon Sep 17 00:00:00 2001 From: Krzysiek Date: Thu, 6 Feb 2020 22:19:54 +0100 Subject: [PATCH] BAEL-20881: Move spring-boot-performance into spring-boot-modules (fix) --- spring-boot-modules/pom.xml | 1 + .../spring-boot-performance}/README.md | 0 .../spring-boot-performance}/pom.xml | 2 +- .../main/java/com/baeldung/lazyinitialization/Application.java | 0 .../java/com/baeldung/lazyinitialization/services/Writer.java | 0 .../spring-boot-performance}/src/main/resources/application.yml | 0 6 files changed, 2 insertions(+), 1 deletion(-) rename {spring-boot-performance => spring-boot-modules/spring-boot-performance}/README.md (100%) rename {spring-boot-performance => spring-boot-modules/spring-boot-performance}/pom.xml (96%) rename {spring-boot-performance => spring-boot-modules/spring-boot-performance}/src/main/java/com/baeldung/lazyinitialization/Application.java (100%) rename {spring-boot-performance => spring-boot-modules/spring-boot-performance}/src/main/java/com/baeldung/lazyinitialization/services/Writer.java (100%) rename {spring-boot-performance => spring-boot-modules/spring-boot-performance}/src/main/resources/application.yml (100%) diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml index e28b077d5c..1e660abd33 100644 --- a/spring-boot-modules/pom.xml +++ b/spring-boot-modules/pom.xml @@ -41,6 +41,7 @@ spring-boot-mvc-2 spring-boot-mvc-birt spring-boot-nashorn + spring-boot-performance spring-boot-properties spring-boot-property-exp spring-boot-runtime diff --git a/spring-boot-performance/README.md b/spring-boot-modules/spring-boot-performance/README.md similarity index 100% rename from spring-boot-performance/README.md rename to spring-boot-modules/spring-boot-performance/README.md diff --git a/spring-boot-performance/pom.xml b/spring-boot-modules/spring-boot-performance/pom.xml similarity index 96% rename from spring-boot-performance/pom.xml rename to spring-boot-modules/spring-boot-performance/pom.xml index 7bf3885618..882763f0bc 100644 --- a/spring-boot-performance/pom.xml +++ b/spring-boot-modules/spring-boot-performance/pom.xml @@ -11,7 +11,7 @@ com.baeldung parent-boot-2 0.0.1-SNAPSHOT - ../parent-boot-2 + ../../parent-boot-2 diff --git a/spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/Application.java b/spring-boot-modules/spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/Application.java similarity index 100% rename from spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/Application.java rename to spring-boot-modules/spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/Application.java diff --git a/spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/services/Writer.java b/spring-boot-modules/spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/services/Writer.java similarity index 100% rename from spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/services/Writer.java rename to spring-boot-modules/spring-boot-performance/src/main/java/com/baeldung/lazyinitialization/services/Writer.java diff --git a/spring-boot-performance/src/main/resources/application.yml b/spring-boot-modules/spring-boot-performance/src/main/resources/application.yml similarity index 100% rename from spring-boot-performance/src/main/resources/application.yml rename to spring-boot-modules/spring-boot-performance/src/main/resources/application.yml