diff --git a/algorithms-modules/algorithms-miscellaneous-7/README.md b/algorithms-modules/algorithms-miscellaneous-7/README.md index 918fcd21dd..53c218a40c 100644 --- a/algorithms-modules/algorithms-miscellaneous-7/README.md +++ b/algorithms-modules/algorithms-miscellaneous-7/README.md @@ -1,4 +1,5 @@ ### Relevant Articles: - [Algorithm to Identify and Validate a Credit Card Number](https://www.baeldung.com/java-validate-cc-number) +- [Find the N Most Frequent Elements in a Java Array](https://www.baeldung.com/java-n-most-frequent-elements-array) - More articles: [[<-- prev]](/algorithms-miscellaneous-6) diff --git a/core-java-modules/core-java-numbers-conversions/README.md b/core-java-modules/core-java-numbers-conversions/README.md index e320af31b4..21810834bd 100644 --- a/core-java-modules/core-java-numbers-conversions/README.md +++ b/core-java-modules/core-java-numbers-conversions/README.md @@ -1 +1,2 @@ -### Relevant Articles: \ No newline at end of file +### Relevant Articles: +- [Convert a Number to a Letter in Java](https://www.baeldung.com/java-convert-number-to-letter) diff --git a/jetbrains/README.md b/jetbrains/README.md index a63d4dffba..c8872ec46e 100644 --- a/jetbrains/README.md +++ b/jetbrains/README.md @@ -3,3 +3,4 @@ This module contains articles about Jetbrains' libraries. ### Relevant articles: +- [JetBrains @Contract Annotation](https://www.baeldung.com/jetbrains-contract-annotation) diff --git a/patterns-modules/design-patterns-behavioral-2/README.md b/patterns-modules/design-patterns-behavioral-2/README.md index 9618a9c458..db4dd8d719 100644 --- a/patterns-modules/design-patterns-behavioral-2/README.md +++ b/patterns-modules/design-patterns-behavioral-2/README.md @@ -1,2 +1,3 @@ ### Relevant Articles: - [Memento Design Pattern in Java](https://www.baeldung.com/java-memento-design-pattern) +- [Difference Between Fluent Interface and Builder Pattern in Java](https://www.baeldung.com/java-fluent-interface-vs-builder-pattern) diff --git a/persistence-modules/questdb/README.md b/persistence-modules/questdb/README.md index cf4c7cbbbc..cd5d11f7da 100644 --- a/persistence-modules/questdb/README.md +++ b/persistence-modules/questdb/README.md @@ -1,2 +1,2 @@ ### Relevant Articles: -- [Introduction to QuestDB](#) +- [Introduction to QuestDB](https://www.baeldung.com/java-questdb) diff --git a/persistence-modules/r2dbc/README.md b/persistence-modules/r2dbc/README.md index 02d3cbf5fc..ceb7982cd4 100644 --- a/persistence-modules/r2dbc/README.md +++ b/persistence-modules/r2dbc/README.md @@ -1,3 +1,3 @@ ### Relevant Articles: - [R2DBC – Reactive Relational Database Connectivity](https://www.baeldung.com/r2dbc) - +- [Spring R2DBC Migrations Using Flyway](https://www.baeldung.com/spring-r2dbc-flyway) diff --git a/spring-boot-modules/spring-boot-3/README.md b/spring-boot-modules/spring-boot-3/README.md index 5fa884a053..22a3311cfd 100644 --- a/spring-boot-modules/spring-boot-3/README.md +++ b/spring-boot-modules/spring-boot-3/README.md @@ -4,3 +4,4 @@ - [Spring Boot 3 and Spring Framework 6.0 – What’s New](https://www.baeldung.com/spring-boot-3-spring-6-new) - [Singleton Design Pattern vs Singleton Beans in Spring Boot](https://www.baeldung.com/spring-boot-singleton-vs-beans) - [Migrate Application From Spring Boot 2 to Spring Boot 3](https://www.baeldung.com/spring-boot-3-migration) +- [Using Java Records with JPA](https://www.baeldung.com/spring-jpa-java-records) diff --git a/spring-boot-modules/spring-boot-aws/README.md b/spring-boot-modules/spring-boot-aws/README.md index 7d843af9ea..06725c209d 100644 --- a/spring-boot-modules/spring-boot-aws/README.md +++ b/spring-boot-modules/spring-boot-aws/README.md @@ -1 +1,2 @@ ### Relevant Articles: +- [Run a Spring Boot Application in AWS Lambda](https://www.baeldung.com/spring-boot-aws-lambda) diff --git a/spring-boot-modules/spring-boot-swagger-2/README.md b/spring-boot-modules/spring-boot-swagger-2/README.md index 1b43b09e39..99e4c4cca5 100644 --- a/spring-boot-modules/spring-boot-swagger-2/README.md +++ b/spring-boot-modules/spring-boot-swagger-2/README.md @@ -5,3 +5,4 @@ - [Swagger @ApiParam vs @ApiModelProperty](https://www.baeldung.com/swagger-apiparam-vs-apimodelproperty) - [Map Date Types With OpenAPI Generator](https://www.baeldung.com/openapi-map-date-types) - [API First Development with Spring Boot and OpenAPI 3.0](https://www.baeldung.com/spring-boot-openapi-api-first-development) +- [Change Swagger-UI URL prefix](https://www.baeldung.com/spring-boot-custom-swagger-url) diff --git a/spring-kafka-2/README.md b/spring-kafka-2/README.md index 1f5e015f9e..60d7d8b607 100644 --- a/spring-kafka-2/README.md +++ b/spring-kafka-2/README.md @@ -5,3 +5,4 @@ This module contains articles about Spring with Kafka ### Relevant articles - [Implementing Retry In Kafka Consumer](https://www.baeldung.com/spring-retry-kafka-consumer) +- [Spring Kafka: Configure Multiple Listeners on Same Topic](https://www.baeldung.com/spring-kafka-multiple-listeners-same-topic) diff --git a/testing-modules/gatling-java/README.md b/testing-modules/gatling-java/README.md index 71848ecfdc..4bc07b1910 100644 --- a/testing-modules/gatling-java/README.md +++ b/testing-modules/gatling-java/README.md @@ -1,7 +1,7 @@ ### Relevant Articles: -Load testing Rest End point using Gatling +- [Load Testing Rest Endpoint Using Gatling](https://www.baeldung.com/gatling-load-testing-rest-endpoint) ### Running a simualtion - To run the simulation from command prompt use mvn gatling:test \ No newline at end of file + To run the simulation from command prompt use mvn gatling:test