diff --git a/spring-boot-logging-log4j2/README.md b/spring-boot-logging-log4j2/README.md
index 7676bd1919..ea968d7fae 100644
--- a/spring-boot-logging-log4j2/README.md
+++ b/spring-boot-logging-log4j2/README.md
@@ -1,2 +1,4 @@
### Relevant Articles:
- [Logging in Spring Boot](http://www.baeldung.com/spring-boot-logging)
+- [Logging to Graylog with Spring Boot](https://www.baeldung.com/graylog-with-spring-boot)
+
diff --git a/spring-boot-logging-log4j2/pom.xml b/spring-boot-logging-log4j2/pom.xml
index 7220672eaf..38dc5fb341 100644
--- a/spring-boot-logging-log4j2/pom.xml
+++ b/spring-boot-logging-log4j2/pom.xml
@@ -34,6 +34,20 @@
org.springframework.boot
spring-boot-starter-log4j2
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-log4j
+ 1.3.8.RELEASE
+
+
+ org.graylog2
+ gelfj
+ 1.1.16
+ compile
+
@@ -56,6 +70,6 @@
-
+ com.baeldung.springbootlogging.SpringBootLoggingApplication
diff --git a/spring-boot/src/main/java/com/baeldung/graylog/GraylogDemoApplication.java b/spring-boot-logging-log4j2/src/main/java/com/baeldung/graylog/GraylogDemoApplication.java
similarity index 100%
rename from spring-boot/src/main/java/com/baeldung/graylog/GraylogDemoApplication.java
rename to spring-boot-logging-log4j2/src/main/java/com/baeldung/graylog/GraylogDemoApplication.java
diff --git a/spring-boot/src/main/resources/log4j.xml b/spring-boot-logging-log4j2/src/main/resources/log4j.xml
similarity index 100%
rename from spring-boot/src/main/resources/log4j.xml
rename to spring-boot-logging-log4j2/src/main/resources/log4j.xml
diff --git a/spring-boot/README.MD b/spring-boot/README.MD
index 9a9f44e1cf..f09ab27fb5 100644
--- a/spring-boot/README.MD
+++ b/spring-boot/README.MD
@@ -34,5 +34,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [Introduction to Chaos Monkey](https://www.baeldung.com/spring-boot-chaos-monkey)
- [Spring Component Scanning](https://www.baeldung.com/spring-component-scanning)
- [Load Spring Boot Properties From a JSON File](https://www.baeldung.com/spring-boot-json-properties)
-- [Display Auto-Configuration Report in Spring Boot](https://www.baeldung.com/spring-boot-auto-configuration-report)
-- [Logging to Graylog with Spring Boot](https://www.baeldung.com/graylog-with-spring-boot)
+- [Display Auto-Configuration Report in Spring Boot](https://www.baeldung.com/spring-boot-auto-configuration-report)
\ No newline at end of file
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index 976db40648..f16460b7c3 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -143,20 +143,6 @@
chaos-monkey-spring-boot
${chaos.monkey.version}
-
-
-
-
- org.springframework.boot
- spring-boot-starter-log4j
- 1.3.8.RELEASE
-
-
- org.graylog2
- gelfj
- 1.1.16
- compile
-
javax.validation
@@ -229,7 +215,7 @@
- org.baeldung.demo.DemoApplication
+ com.baeldung.intro.App
8.5.11
2.4.1.Final
1.9.0