diff --git a/pom.xml b/pom.xml
index f143f1b901..d010b43d99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,7 +663,6 @@
spring-boot-mvc-2
spring-boot-nashorn
spring-boot-parent
- spring-boot-performance
spring-boot-property-exp
spring-boot-rest
@@ -1196,7 +1195,6 @@
spring-boot-mvc-2
spring-boot-nashorn
spring-boot-parent
- spring-boot-performance
spring-boot-property-exp
spring-boot-rest
diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml
index 4bf8d75ef7..1ca56e1275 100644
--- a/spring-boot-modules/pom.xml
+++ b/spring-boot-modules/pom.xml
@@ -18,6 +18,7 @@
spring-boot-data
spring-boot-keycloak
spring-boot-mvc-birt
+ spring-boot-performance
spring-boot-properties
spring-boot-springdoc
spring-boot-testing
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