diff --git a/core-java-modules/core-java-numbers-5/README.md b/core-java-modules/core-java-numbers-5/README.md index f54894a227..c51d78d214 100644 --- a/core-java-modules/core-java-numbers-5/README.md +++ b/core-java-modules/core-java-numbers-5/README.md @@ -3,3 +3,5 @@ - [How to Check Whether an Integer Exists in a Range with Java](https://www.baeldung.com/java-interval-contains-integer) - [Check if a Number Is Positive or Negative in Java](https://www.baeldung.com/java-check-number-positive-negative) - [Armstrong Numbers in Java](https://www.baeldung.com/java-armstrong-numbers) +- [List All Factors of a Number in Java](https://www.baeldung.com/java-list-factors-integer) +- [Make Division of Two Integers Result in a Float](https://www.baeldung.com/java-integer-division-float-result) diff --git a/core-java-modules/core-java-string-apis/README.md b/core-java-modules/core-java-string-apis/README.md index 68f2176ed6..640fcd0e2f 100644 --- a/core-java-modules/core-java-string-apis/README.md +++ b/core-java-modules/core-java-string-apis/README.md @@ -12,3 +12,4 @@ This module contains articles about string APIs. - [Generate a Secure Random Password in Java](https://www.baeldung.com/java-generate-secure-password) - [Getting a Character by Index From a String in Java](https://www.baeldung.com/java-character-at-position) - [Clearing a StringBuilder or StringBuffer](https://www.baeldung.com/java-clear-stringbuilder-stringbuffer) +- [Remove the Last Character of a Java StringBuilder](https://www.baeldung.com/java-remove-last-character-stringbuilder) diff --git a/core-java-modules/core-java-string-operations-5/README.md b/core-java-modules/core-java-string-operations-5/README.md index a96ddccabb..7917fcf77b 100644 --- a/core-java-modules/core-java-string-operations-5/README.md +++ b/core-java-modules/core-java-string-operations-5/README.md @@ -1,2 +1,4 @@ + ### Relevant Articles: +- [Compare Characters in Java](https://www.baeldung.com/java-compare-characters) diff --git a/docker-modules/docker-compose/README.md b/docker-modules/docker-compose/README.md index abafe0d165..7c3347332e 100644 --- a/docker-modules/docker-compose/README.md +++ b/docker-modules/docker-compose/README.md @@ -5,4 +5,5 @@ - [Communication Between Multiple Docker Compose Projects](https://www.baeldung.com/ops/docker-compose-communication) - [Difference Between links and depends_on in Docker Compose](https://www.baeldung.com/ops/docker-compose-links-depends-on) - [Mounting Multiple Volumes on a Docker Container](https://www.baeldung.com/ops/docker-mounting-multiple-volumes) +- [Rebuild Docker Container in Docker Compose](https://www.baeldung.com/rebuild-docker-container-compose/) diff --git a/libraries-files/README.md b/libraries-files/README.md new file mode 100644 index 0000000000..4157769a0d --- /dev/null +++ b/libraries-files/README.md @@ -0,0 +1,4 @@ + +### Relevant Articles: + +- [How to Parse an INI File in Java](https://www.baeldung.com/java-parse-ini-file) diff --git a/spring-boot-modules/spring-boot-camel/README.md b/spring-boot-modules/spring-boot-camel/README.md index c5f50e8339..7b577582b6 100644 --- a/spring-boot-modules/spring-boot-camel/README.md +++ b/spring-boot-modules/spring-boot-camel/README.md @@ -26,3 +26,4 @@ or return code of 201 and the response: `{"id": 10,"name": "Hello, World"}` - if - [Apache Camel with Spring Boot](https://www.baeldung.com/apache-camel-spring-boot) - [Apache Camel Routes Testing in Spring Boot](https://www.baeldung.com/spring-boot-apache-camel-routes-testing) +- [Apache Camel Conditional Routing](https://www.baeldung.com/spring-apache-camel-conditional-routing) diff --git a/spring-cloud-modules/spring-cloud-openfeign-2/README.md b/spring-cloud-modules/spring-cloud-openfeign-2/README.md index 7d843af9ea..bc306e2302 100644 --- a/spring-cloud-modules/spring-cloud-openfeign-2/README.md +++ b/spring-cloud-modules/spring-cloud-openfeign-2/README.md @@ -1 +1,4 @@ + ### Relevant Articles: + +- [Feign Client Exception Handling](https://www.baeldung.com/java-feign-client-exception-handling)