diff --git a/apache-cxf-modules/README.md b/apache-cxf-modules/README.md deleted file mode 100644 index cd45c371fe..0000000000 --- a/apache-cxf-modules/README.md +++ /dev/null @@ -1,7 +0,0 @@ -## Apache CXF - -This module contains articles about Apache CXF - -## Relevant Articles: - -- [Introduction to Apache CXF Aegis Data Binding](https://www.baeldung.com/aegis-data-binding-in-apache-cxf) diff --git a/core-java-modules/core-java-11/src/main/java/com/baeldung/predicate/not/README.md b/core-java-modules/core-java-11/src/main/java/com/baeldung/predicate/not/README.md index 6f8f95970e..8b13789179 100644 --- a/core-java-modules/core-java-11/src/main/java/com/baeldung/predicate/not/README.md +++ b/core-java-modules/core-java-11/src/main/java/com/baeldung/predicate/not/README.md @@ -1,3 +1 @@ -## Relevant articles: -- [Negate a Predicate Method Reference with Java 11](https://www.baeldung.com/java-negate-predicate-method-reference) diff --git a/jhipster-modules/README.md b/jhipster-modules/README.md index 1bb31951f0..93322c146b 100644 --- a/jhipster-modules/README.md +++ b/jhipster-modules/README.md @@ -4,6 +4,5 @@ This module contains articles about JHipster. ### Relevant articles: -- [JHipster with a Microservice Architecture](https://www.baeldung.com/jhipster-microservices) - [Intro to JHipster](https://www.baeldung.com/jhipster) - [Building a Basic UAA-Secured JHipster Microservice](https://www.baeldung.com/jhipster-uaa-secured-micro-service) diff --git a/json-modules/json/README.md b/json-modules/json/README.md index 73db055679..d643914fc7 100644 --- a/json-modules/json/README.md +++ b/json-modules/json/README.md @@ -5,7 +5,6 @@ This module contains articles about JSON. ### Relevant Articles: - [Introduction to JSON Schema in Java](https://www.baeldung.com/introduction-to-json-schema-in-java) - [Introduction to JSONForms](https://www.baeldung.com/introduction-to-jsonforms) -- [Introduction to JsonPath](https://www.baeldung.com/guide-to-jayway-jsonpath) - [Introduction to JSON-Java (org.json)](https://www.baeldung.com/java-org-json) - [Overview of JSON Pointer](https://www.baeldung.com/json-pointer) - [Introduction to the JSON Binding API (JSR 367) in Java](https://www.baeldung.com/java-json-binding-api) diff --git a/logging-modules/README.md b/logging-modules/README.md index b763f6baaf..c09ce832b2 100644 --- a/logging-modules/README.md +++ b/logging-modules/README.md @@ -1,8 +1,3 @@ ## Logging Modules This module contains articles about logging libraries. - -### Relevant Articles: - -- [Creating a Custom Logback Appender](https://www.baeldung.com/custom-logback-appender) -- [A Guide To Logback](https://www.baeldung.com/logback) diff --git a/logging-modules/logback/README.md b/logging-modules/logback/README.md index c9e5450cb0..9a9ffc6e70 100644 --- a/logging-modules/logback/README.md +++ b/logging-modules/logback/README.md @@ -4,3 +4,5 @@ - [SLF4J Warning: Class Path Contains Multiple SLF4J Bindings](https://www.baeldung.com/slf4j-classpath-multiple-bindings) - [Sending Emails with Logback](https://www.baeldung.com/logback-send-email) - [Mask Sensitive Data in Logs With Logback](https://www.baeldung.com/logback-mask-sensitive-data) +- [Creating a Custom Logback Appender](https://www.baeldung.com/custom-logback-appender) +- [A Guide To Logback](https://www.baeldung.com/logback) diff --git a/maven-modules/README.md b/maven-modules/README.md index 29a69d37e4..43ea003068 100644 --- a/maven-modules/README.md +++ b/maven-modules/README.md @@ -4,8 +4,6 @@ This module contains articles about Apache Maven. Please refer to its submodules ### Relevant Articles -- [Apache Maven Tutorial](https://www.baeldung.com/maven) - [Apache Maven Standard Directory Layout](https://www.baeldung.com/maven-directory-structure) -- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module) - [Maven Packaging Types](https://www.baeldung.com/maven-packaging-types) - [Maven Snapshot Repository vs Release Repository](https://www.baeldung.com/maven-snapshot-release-repository) diff --git a/maven-modules/maven-simple/README.md b/maven-modules/maven-simple/README.md index 01ae4387ad..783d58a3a0 100644 --- a/maven-modules/maven-simple/README.md +++ b/maven-modules/maven-simple/README.md @@ -6,3 +6,7 @@ This module contains articles about Maven that are also part of an Ebook. ### NOTE: Since this is a module tied to an e-book, it should **not** be moved or used to store the code for any further article. + +### Relevant Articles + +- [Apache Maven Tutorial](https://www.baeldung.com/maven) diff --git a/maven-modules/maven-simple/parent-project/README.md b/maven-modules/maven-simple/parent-project/README.md new file mode 100644 index 0000000000..6c49ae91e4 --- /dev/null +++ b/maven-modules/maven-simple/parent-project/README.md @@ -0,0 +1,3 @@ +### Relevant Articles + +- [Multi-Module Project with Maven](https://www.baeldung.com/maven-multi-module) diff --git a/spring-cloud-modules/spring-cloud-stream/README.md b/spring-cloud-modules/spring-cloud-stream/README.md index 1fb0647ee3..45fa65287a 100644 --- a/spring-cloud-modules/spring-cloud-stream/README.md +++ b/spring-cloud-modules/spring-cloud-stream/README.md @@ -3,5 +3,4 @@ This module contains articles about Spring Cloud Stream ## Relevant Articles -- [Introduction to Spring Cloud Stream](http://www.baeldung.com/spring-cloud-stream) - [Integrating Spring with AWS Kinesis](https://www.baeldung.com/spring-aws-kinesis) diff --git a/spring-cloud-modules/spring-cloud-stream/spring-cloud-stream-rabbit/README.md b/spring-cloud-modules/spring-cloud-stream/spring-cloud-stream-rabbit/README.md new file mode 100644 index 0000000000..b67e94b3ae --- /dev/null +++ b/spring-cloud-modules/spring-cloud-stream/spring-cloud-stream-rabbit/README.md @@ -0,0 +1,3 @@ +## Relevant Articles + +- [Introduction to Spring Cloud Stream](http://www.baeldung.com/spring-cloud-stream) diff --git a/spring-core-3/src/test/java/com/baeldung/beanfactory/README.md b/spring-core-3/src/test/java/com/baeldung/beanfactory/README.md index cff20a184b..8b13789179 100644 --- a/spring-core-3/src/test/java/com/baeldung/beanfactory/README.md +++ b/spring-core-3/src/test/java/com/baeldung/beanfactory/README.md @@ -1,2 +1 @@ -### Relevant Articles: -- [Guide to the Spring BeanFactory](http://www.baeldung.com/spring-beanfactory) + diff --git a/spring-ejb-modules/README.md b/spring-ejb-modules/README.md index 8f6522266c..84e01f95e9 100644 --- a/spring-ejb-modules/README.md +++ b/spring-ejb-modules/README.md @@ -4,7 +4,6 @@ This module contains articles about Spring with EJB ### Relevant Articles -- [Guide to EJB Set-up](https://www.baeldung.com/ejb-intro) - [Java EE Session Beans](https://www.baeldung.com/ejb-session-beans) - [A Guide to Message Driven Beans in EJB](https://www.baeldung.com/ejb-message-driven-beans) - [Integration Guide for Spring and EJB](https://www.baeldung.com/spring-ejb) diff --git a/spring-ejb-modules/wildfly/wildfly-mdb/README.md b/spring-ejb-modules/wildfly/wildfly-mdb/README.md new file mode 100644 index 0000000000..dd1780688a --- /dev/null +++ b/spring-ejb-modules/wildfly/wildfly-mdb/README.md @@ -0,0 +1,3 @@ +### Relevant Articles + +- [A Guide to Message Driven Beans in EJB](https://www.baeldung.com/ejb-message-driven-beans) diff --git a/spring-remoting-modules/README.md b/spring-remoting-modules/README.md index a98893ebcb..91db561f83 100644 --- a/spring-remoting-modules/README.md +++ b/spring-remoting-modules/README.md @@ -2,12 +2,6 @@ This module contains articles about Spring Remoting -### Relevant Articles -- [Intro to Spring Remoting with HTTP Invokers](https://www.baeldung.com/spring-remoting-http-invoker) -- [Spring Remoting with Hessian and Burlap](https://www.baeldung.com/spring-remoting-hessian-burlap) -- [Spring Remoting with AMQP](https://www.baeldung.com/spring-remoting-amqp) -- [Spring Remoting with JMS and ActiveMQ](https://www.baeldung.com/spring-remoting-jms) -- [Spring Remoting with RMI](https://www.baeldung.com/spring-remoting-rmi) ### Overview This Maven project contains the Java source code for various modules used in the Spring Remoting series of articles. diff --git a/spring-remoting-modules/remoting-amqp/README.md b/spring-remoting-modules/remoting-amqp/README.md new file mode 100644 index 0000000000..b4367f0cd0 --- /dev/null +++ b/spring-remoting-modules/remoting-amqp/README.md @@ -0,0 +1,3 @@ +### Relevant Articles + +- [Spring Remoting with AMQP](https://www.baeldung.com/spring-remoting-amqp)